diff --git a/src/app/dashboard/layout.tsx b/src/app/dashboard/layout.tsx new file mode 100644 index 00000000..03bd48e9 --- /dev/null +++ b/src/app/dashboard/layout.tsx @@ -0,0 +1,7 @@ +export default function DashboardLayout({ + children, +}: { + children: React.ReactNode; +}) { + return
{children}
; +} diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 32d9d894..acd771f2 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -96,7 +96,7 @@ export default function DashboardPage() { Dashboard
- + Accuracy @@ -119,7 +119,7 @@ export default function DashboardPage() { - + Words per minute @@ -144,11 +144,11 @@ export default function DashboardPage() {
- + Recent Races - +
Game ID @@ -209,7 +209,7 @@ export default function DashboardPage() { - + Statistics