delete old code

This commit is contained in:
Tom Heaton
2024-06-19 15:13:46 +01:00
parent 393e4907dc
commit 2070ac4400
3 changed files with 0 additions and 46 deletions

View File

@@ -1,11 +0,0 @@
import ScrollToTop from "@/components/ScrollToTop";
import SignIn from "@/components/SignIn";
export default function SigninPage() {
return (
<>
<ScrollToTop />
<SignIn />
</>
);
}