Add Layout import to Admin page
cgen-e73421d0b120408cac1f81bc8789c9bc
This commit is contained in:
parent
3dfeb15c75
commit
7be4a86624
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue