starting
This commit is contained in:
commit
a764c92a0b
11 changed files with 1081 additions and 0 deletions
8
frontend/app/layout.tsx
Normal file
8
frontend/app/layout.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue