Import Layout component in Network page

cgen-498a8e24e7304e66afccef2eb6a96726
This commit is contained in:
Builder.io 2025-10-18 02:46:00 +00:00
parent c857b93882
commit cba49053ec

View file

@ -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";