Split the pages up

This commit is contained in:
Sage The DM 2024-09-18 10:03:36 +02:00
parent 54ead8579c
commit 48668f7f6e
7 changed files with 203 additions and 116 deletions

View file

@ -10,6 +10,10 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Assistant</title>
</head>
<body>{children}</body>
</html>
)