mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-05 21:23:08 +00:00
Formated Files
This commit is contained in:
parent
d5631b309a
commit
e768d9181f
138 changed files with 1829 additions and 1851 deletions
|
@ -1,11 +1,11 @@
|
|||
import { Footer } from "./_components/footer";
|
||||
import { Navbar } from "./_components/navbar";
|
||||
import { Footer } from './_components/footer';
|
||||
import { Navbar } from './_components/navbar';
|
||||
|
||||
const MarketingLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
return (
|
||||
<div className="h-full bg-slate-100">
|
||||
<div className='h-full bg-slate-100'>
|
||||
<Navbar />
|
||||
<main className="pt-40 pb-20 bg-slate-100">{children}</main>
|
||||
<main className='bg-slate-100 pb-20 pt-40'>{children}</main>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue