Skip to content

Commit a6ef397

Browse files
committed
running eslint fix
1 parent a7bb35a commit a6ef397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/expandable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import {ReactNode, useEffect, useState, useRef} from 'react';
3+
import {ReactNode, useEffect, useRef,useState} from 'react';
44
import {ChevronDownIcon, ChevronRightIcon} from '@radix-ui/react-icons';
55
import * as Sentry from '@sentry/nextjs';
66

0 commit comments

Comments
 (0)