We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb35a commit a6ef397Copy full SHA for a6ef397
src/components/expandable/index.tsx
@@ -1,6 +1,6 @@
1
'use client';
2
3
-import {ReactNode, useEffect, useState, useRef} from 'react';
+import {ReactNode, useEffect, useRef,useState} from 'react';
4
import {ChevronDownIcon, ChevronRightIcon} from '@radix-ui/react-icons';
5
import * as Sentry from '@sentry/nextjs';
6
0 commit comments