Import Layout component in Network page
cgen-498a8e24e7304e66afccef2eb6a96726
This commit is contained in:
parent
c857b93882
commit
cba49053ec
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import Layout from "@/components/Layout";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
|
|
|
|||
Loading…
Reference in a new issue