Remove duplicate Layout import in Admin page
cgen-8e5fd9ed73bf421789ff606edbd128c2
This commit is contained in:
parent
27668f3d36
commit
47acc7dc1b
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue