rearrange pages

This commit is contained in:
2025-04-01 23:44:01 +08:00
parent bdae5c164c
commit 4b7fb7a887
5 changed files with 564 additions and 622 deletions

View File

@@ -3,6 +3,7 @@ import '@radix-ui/themes/styles.css';
import type { Metadata } from 'next';
import { AuthProvider } from '@/lib/auth';
import { Theme } from '@radix-ui/themes';
import Header from '@/app/components/layout/Header';
export const metadata: Metadata = {
title: 'ShortURL Analytics',
@@ -19,6 +20,7 @@ export default function RootLayout({
<body>
<Theme>
<AuthProvider>
<Header />
{children}
</AuthProvider>
</Theme>