Split the pages up
This commit is contained in:
parent
54ead8579c
commit
48668f7f6e
7 changed files with 203 additions and 116 deletions
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue