Add Layout import to Admin page

cgen-e73421d0b120408cac1f81bc8789c9bc
This commit is contained in:
Builder.io 2025-10-04 10:41:33 +00:00
parent 3dfeb15c75
commit 7be4a86624

View file

@ -1,5 +1,6 @@
import Layout from "@/components/Layout";
import LoadingScreen from "@/components/LoadingScreen";
import Layout from "@/components/Layout";
import { useAuth } from "@/contexts/AuthContext";
import { useEffect, useState } from "react";
import { useNavigate } from "react-router-dom";