mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
refactoring some files.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import {useEffect, useRef} from "react";
|
||||
import {useSearchParams} from "next/navigation";
|
||||
|
||||
import {LoginForm} from "@/components/wrappers/Auth/Login/LoginForm/LoginForm";
|
||||
import {LoginForm} from "@/components/wrappers/auth/Login/LoginForm/LoginForm";
|
||||
import {toast} from "sonner";
|
||||
|
||||
export default function SignInPage(props: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import {PageParams} from "@/types/next";
|
||||
import {RegisterForm} from "@/components/wrappers/Auth/Register/RegisterForm/RegisterForm";
|
||||
import {RegisterForm} from "@/components/wrappers/auth/Register/RegisterForm/RegisterForm";
|
||||
|
||||
export default function RoutePage(props: PageParams<{}>) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user