diff --git a/src/app/page.tsx b/src/app/page.tsx index c03d6e4d..0d7e781e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,9 @@ +import Link from "next/link"; + export default function Checkout() { return (
-
Landing Page
+ Login
); } diff --git a/src/components/InputFields.tsx b/src/components/InputFields.tsx index 02af1188..a7e92afb 100644 --- a/src/components/InputFields.tsx +++ b/src/components/InputFields.tsx @@ -1,6 +1,6 @@ 'use client'; -import { FormHeaders, Input } from '../app/screens/login/styles'; +import { FormHeaders, Input } from '../app/login/styles'; export default function InputFields(props: { text: string;