mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
refactor(layout): move all components to components/
This commit is contained in:
@@ -3,7 +3,7 @@ import {TooltipProvider} from "@/components/ui/tooltip";
|
||||
import {GuardForm} from "@/features/auth/components/guard-form";
|
||||
import {cookies} from "next/headers";
|
||||
import {redirect} from "next/navigation";
|
||||
import {CardAuth} from "@/features/layout/card-auth";
|
||||
import {CardAuth} from "@/features/layout/components/card-auth";
|
||||
|
||||
export default async function GuardPage() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user