Skip to content

Commit 9b168c4

Browse files
committed
Merge branch 'main' into v4
2 parents 22325ce + 6e3304c commit 9b168c4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

examples/example-app-router/src/app/[locale]/layout.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {clsx} from 'clsx';
66
import {Inter} from 'next/font/google';
77
import {routing} from '@/i18n/routing';
88
import Navigation from '@/components/Navigation';
9+
import './styles.css';
910

1011
type Props = {
1112
children: ReactNode;

examples/example-app-router/src/app/layout.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {ReactNode} from 'react';
2-
import './styles.css';
32

43
type Props = {
54
children: ReactNode;

0 commit comments

Comments
 (0)