organize componenst a lib

This commit is contained in:
Milo Schwartz
2024-10-13 14:50:07 -04:00
parent f7a1d20ec2
commit bdc52dcc48
9 changed files with 24 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ import api from "@app/api";
import { AxiosResponse } from "axios";
import { VerifyEmailResponse } from "@server/routers/auth";
import { Loader2 } from "lucide-react";
import { Alert, AlertDescription } from "./ui/alert";
import { Alert, AlertDescription } from "../ui/alert";
import { useToast } from "@app/hooks/use-toast";
import { useRouter } from "next/navigation";