refactor: enhance authentication and signup flow with new providers, update middleware matcher, and improve type safety for API responses

This commit is contained in:
2025-03-26 22:48:14 +05:00
parent 32bb01b656
commit 99c5fef748
14 changed files with 222 additions and 78 deletions

View File

@ -1,5 +1,5 @@
import { ApplicationLayout } from "@/components/auth/application-layout";
import QueryProvider from "@/components/query-provider";
import QueryProvider from "@/providers/query-provider";
export default function DashboardLayout({
children,