mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-20 14:39:57 +02:00
chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127)
This commit is contained in:
11
examples/with-nextjs/src/app/layout.tsx
Normal file
11
examples/with-nextjs/src/app/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user