Remove duplicate Layout import in Admin page

cgen-8e5fd9ed73bf421789ff606edbd128c2
This commit is contained in:
Builder.io 2025-10-04 10:48:53 +00:00
parent 27668f3d36
commit 47acc7dc1b

View file

@ -1,6 +1,5 @@
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";