feat(SW-185): basic setup for new footer with mocked data
This commit is contained in:
11
components/Footer/index.tsx
Normal file
11
components/Footer/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import FooterDetails from "./Details"
|
||||
import FooterNavigation from "./Navigation"
|
||||
|
||||
export default async function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
<FooterNavigation />
|
||||
<FooterDetails />
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user