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

Commit 86364ab

Browse files
committed
feat(PreviewServerCSS): from typedcssx/next
1 parent de2f4a9 commit 86364ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/site/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PreviewServerCSS } from 'typedcssx/server';
1+
import { PreviewServerCSS } from 'typedcssx/next';
22
import 'styles/typedcssx-global.css';
33

44
export default function RootLayout({ children }: { children: React.ReactNode }) {

0 commit comments

Comments
 (0)