diff --git a/app/components/LogginCard.tsx b/app/components/LogginCard.tsx index 569a3fd..553cbe8 100644 --- a/app/components/LogginCard.tsx +++ b/app/components/LogginCard.tsx @@ -1,5 +1,4 @@ -import { Slot } from "@radix-ui/react-slot"; -import React, { type ComponentPropsWithRef, forwardRef } from "react"; +import { type ComponentPropsWithRef, forwardRef } from "react"; import { cn } from "~/libs/utils"; import { Button } from "./Button"; import { Card } from "./Card"; diff --git a/app/routes/_index/SignUp.tsx b/app/routes/_index/SignUp.tsx index 1b84267..bf28c4c 100644 --- a/app/routes/_index/SignUp.tsx +++ b/app/routes/_index/SignUp.tsx @@ -1,7 +1,6 @@ import type { ReactNode } from "react"; import { type SubmitHandler, useForm } from "react-hook-form"; -import { Button } from "~/components/Button"; -import { Input } from "~/components/Input"; +import { LogginCard } from "~/components/LogginCard"; import { supabase } from "~/libs/supabase"; interface FormData { @@ -27,10 +26,10 @@ export function SignUp(): ReactNode { return (
- - + RicoShot + ); } diff --git a/app/routes/_index/route.tsx b/app/routes/_index/route.tsx index 9ad258d..c047c94 100644 --- a/app/routes/_index/route.tsx +++ b/app/routes/_index/route.tsx @@ -16,7 +16,6 @@ export default function Page() { style={{ viewTransitionName: "main" }} >
- ホーム {myProfile ? ( ) : ( diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..0bc26d8 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1 @@ +