diff --git a/old/__mocks__/fileMock.js b/old/__mocks__/fileMock.js deleted file mode 100644 index fe7880f7..00000000 --- a/old/__mocks__/fileMock.js +++ /dev/null @@ -1,2 +0,0 @@ -// Mock for file imports (images, etc.) -module.exports = 'test-file-stub'; diff --git a/old/__mocks__/styleMock.js b/old/__mocks__/styleMock.js deleted file mode 100644 index 37aaeabe..00000000 --- a/old/__mocks__/styleMock.js +++ /dev/null @@ -1,2 +0,0 @@ -// Mock for CSS imports -module.exports = {}; diff --git a/old/app/about/page.tsx b/old/app/about/page.tsx deleted file mode 100644 index 61e18d70..00000000 --- a/old/app/about/page.tsx +++ /dev/null @@ -1,151 +0,0 @@ -'use client'; - -import Link from "next/link"; -import {aColor} from "@/lib/client/constants"; -import {useSession} from "next-auth/react"; - -export default function About() { - const {data: session} = useSession(); - const userId = session?.user?.id - - return ( -
"Cats", "Hiking", "Introvert", "Rock Climbing".
Access any profile and get niche.
No need to constantly check an app!
-Subscription-free. Paywall-free. Ad-free.
-Values and interests first, photos are secondary.
-Open source code and community designed.
-Give suggestions or let us know you want to help through this form!
- - Suggest Here - -Support our not-for-profit infrastructure.
-Thank you for supporting us!
-