diff --git a/app/layout.tsx b/app/layout.tsx index 225b603..c1b7464 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,5 @@ +import '@/app/ui/global.css'; + export default function RootLayout({ children, }: { diff --git a/app/page.tsx b/app/page.tsx index 8e0184f..e0fc546 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -10,6 +10,7 @@ export default function Page() {
Welcome to Acme. This is the example for the{' '} @@ -18,10 +19,10 @@ export default function Page() { , brought to you by Vercel.
- Log in