restructured and clean up
This commit is contained in:
3
src/layouts/base.tsx
Normal file
3
src/layouts/base.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function BaseLayout({ children }: { children: React.ReactNode }) {
|
||||
return <div className="h-screen w-screen bg-white text-zinc-900 dark:bg-near-black dark:text-white">{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user