Linting and Formatting

This commit is contained in:
Kartik Datrika
2026-03-23 16:41:58 +05:30
parent 727a0728ee
commit 2c87a39733
175 changed files with 16535 additions and 11532 deletions

View File

@@ -1,5 +1,5 @@
import { Navigate, Outlet } from 'react-router';
import { useAuth } from '@/providers/auth-provider';
import { Navigate, Outlet } from "react-router";
import { useAuth } from "@/providers/auth-provider";
export const AuthGuard = () => {
const { isAuthenticated } = useAuth();