Add Footer and Header
This commit is contained in:
parent
030019f954
commit
59ef6bba8d
3
src/app/components/section/Footer.tsx
Normal file
3
src/app/components/section/Footer.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export default function Footer() {
|
||||
return <footer>Application Footer</footer>
|
||||
}
|
4
src/app/components/section/Header.tsx
Normal file
4
src/app/components/section/Header.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
export default function Header() {
|
||||
return <header>Header for Application
|
||||
</header>
|
||||
}
|
Loading…
Reference in New Issue
Block a user