Add missing Layout import to Network page

cgen-4f5e4743caf445c48d6296aaf203ca67
This commit is contained in:
Builder.io 2025-09-27 22:04:41 +00:00
parent 3292391522
commit cca66ceebb

View file

@ -3,6 +3,7 @@ import { useAuth } from "@/contexts/AuthContext";
import { useEffect, useMemo, useState } from "react";
import { useNavigate } from "react-router-dom";
import LoadingScreen from "@/components/LoadingScreen";
import Layout from "@/components/Layout";
import {
Card,
CardContent,