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

@@ -1,4 +1,4 @@
import { verifySession } from "@app/lib/verifySession";
import { verifySession } from "@app/lib/auth/verifySession";
import { LandingProvider } from "@app/providers/LandingProvider";
import { redirect } from "next/navigation";