Skip to content

Commit

Permalink
docs: Move styles in example
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Feb 28, 2025
1 parent 0ef05bf commit 6e3304c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/example-app-router/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {clsx} from 'clsx';
import {Inter} from 'next/font/google';
import {routing} from '@/i18n/routing';
import Navigation from '@/components/Navigation';
import './styles.css';

type Props = {
children: ReactNode;
Expand Down
1 change: 0 additions & 1 deletion examples/example-app-router/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {ReactNode} from 'react';
import './styles.css';

type Props = {
children: ReactNode;
Expand Down

0 comments on commit 6e3304c

Please sign in to comment.