From d6780cf3dad729c69a102ba2940188cf1e6bcbf4 Mon Sep 17 00:00:00 2001 From: zephex Date: Sat, 20 Apr 2024 13:34:53 +0530 Subject: idk whats happening --- src/app/components/footer/page.jsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/app/components/footer') diff --git a/src/app/components/footer/page.jsx b/src/app/components/footer/page.jsx index 08a7c73..2bc3add 100644 --- a/src/app/components/footer/page.jsx +++ b/src/app/components/footer/page.jsx @@ -1,11 +1,11 @@ -import styles from "../../page.module.css"; - -export default async function Footer() { - return ( -
-
-

Made with :3 by zephex

-
-
- ); -} +import styles from "../../page.module.css"; + +export default async function Footer() { + return ( +
+
+

Made with :3 by zephex

+
+
+ ); +} -- cgit v1.2.3