diff options
| author | real-zephex <[email protected]> | 2024-06-11 16:29:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-11 16:29:23 +0000 |
| commit | 1f9676ba49d939ec4c67d0fdbb4ff87224decf1c (patch) | |
| tree | 15e27df8913d96bd38ab5e81a05443d7fff4015e /src/app/components/footer | |
| parent | fix �: minor fix (diff) | |
| download | dramalama-1f9676ba49d939ec4c67d0fdbb4ff87224decf1c.tar.xz dramalama-1f9676ba49d939ec4c67d0fdbb4ff87224decf1c.zip | |
✨ feat(site): unified loading page and added metadata for each site
Diffstat (limited to 'src/app/components/footer')
| -rw-r--r-- | src/app/components/footer/page.jsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/app/components/footer/page.jsx b/src/app/components/footer/page.jsx deleted file mode 100644 index 2bc3add..0000000 --- a/src/app/components/footer/page.jsx +++ /dev/null @@ -1,11 +0,0 @@ -import styles from "../../page.module.css";
-
-export default async function Footer() {
- return (
- <main className={styles.main}>
- <div className={styles.footer}>
- <p>Made with :3 by zephex</p>
- </div>
- </main>
- );
-}
|