diff --git a/src/App.tsx b/src/App.tsx index c21968e..ca86023 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,15 +1,13 @@ import "./App.css"; import { RouterProvider } from "react-router-dom"; -import { Toaster } from "sonner"; -import router from "./routes/routes"; +import { router } from "@/routes/Router"; function App() { return ( <> - ); } diff --git a/src/components/auth/findEmailStep/Step01Phone.tsx b/src/components/auth/findEmailStep/Step01Phone.tsx index 8f14f04..63fdcbf 100644 --- a/src/components/auth/findEmailStep/Step01Phone.tsx +++ b/src/components/auth/findEmailStep/Step01Phone.tsx @@ -134,7 +134,7 @@ export default function Step01Phone({ onNext }: IStep01PhoneProps) { diff --git a/src/components/auth/findEmailStep/Step02Email.tsx b/src/components/auth/findEmailStep/Step02Email.tsx index e3d6f4f..b95c6f1 100644 --- a/src/components/auth/findEmailStep/Step02Email.tsx +++ b/src/components/auth/findEmailStep/Step02Email.tsx @@ -30,7 +30,7 @@ export default function Step02Email() { @@ -39,7 +39,7 @@ export default function Step02Email() {