chore: add basic layout
This commit is contained in:
committed by
Mathias Schopmans
parent
f3979f2a2f
commit
57cdb91ec7
9
src/components/Footer/Footer.tsx
Normal file
9
src/components/Footer/Footer.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import styles from "Footer.module.css";
|
||||
|
||||
export function Footer() {
|
||||
return (
|
||||
<div className={styles.footer}>
|
||||
<div className={styles.branding}></div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user