Skip to content

Commit 1758d28

Browse files
committed
fix: swap SignIn as default export #30
1 parent 65b1c97 commit 1758d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SignIn/SignIn.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SignIn } from '.';
1+
import SignIn from '.';
22
import { render, screen } from '../../libs/test-utils';
33
import { describe, it } from 'vitest';
44

0 commit comments

Comments
 (0)