Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit e366ee9

Browse files
committed
fix(app/page): fix import
1 parent 3d5d106 commit e366ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/site/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { E2ETest } from '@/component/style-create';
2-
import { Conflict } from '@/component/style-not-conflict';
1+
import { E2ETest } from '@/component/style-create.css';
2+
import { Conflict } from '@/component/style-not-conflict.css';
33
export default function Home() {
44
return (
55
<main>

0 commit comments

Comments
 (0)