aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer/page.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/footer/page.jsx')
-rw-r--r--src/app/components/footer/page.jsx11
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>
- );
-}