Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Jan 10, 2025
1 parent 5872bcb commit 233273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/hooks/useIsModalOpen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
it,
vi,
} from 'vitest';
import { useIsModalOpen, __test__ } from './useIsModalOpen';
import { __test__, useIsModalOpen } from './useIsModalOpen';

describe('useIsModalOpen', () => {
let mockObserverInstance: {
Expand Down

0 comments on commit 233273c

Please sign in to comment.