mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-07 08:18:42 +00:00
Initial commit
This commit is contained in:
9
ui/components/Layout.tsx
Normal file
9
ui/components/Layout.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||
return (
|
||||
<main className="lg:pl-20 bg-[#0A0A0A] min-h-screen">
|
||||
<div className="max-w-screen-lg lg:mx-auto mx-4">{children}</div>
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
export default Layout;
|
Reference in New Issue
Block a user