feat(app): remove backend
This commit is contained in:
parent
8a24572cd2
commit
217736d05a
145 changed files with 3546 additions and 10516 deletions
9
src/components/Layout.tsx
Normal file
9
src/components/Layout.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||
return (
|
||||
<main className="lg:pl-20 bg-light-primary dark:bg-dark-primary min-h-screen">
|
||||
<div className="max-w-screen-lg lg:mx-auto mx-4">{children}</div>
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
export default Layout;
|
||||
Loading…
Add table
Add a link
Reference in a new issue