Add missing Layout import to Network page
cgen-4f5e4743caf445c48d6296aaf203ca67
This commit is contained in:
parent
3292391522
commit
cca66ceebb
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue