Remove duplicate Layout import from Network.tsx
cgen-654d466c20634bbeb48231eede7b2395
This commit is contained in:
parent
cca66ceebb
commit
b040aa2c75
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import { useAuth } from "@/contexts/AuthContext";
|
||||||
import { useEffect, useMemo, useState } from "react";
|
import { useEffect, useMemo, useState } from "react";
|
||||||
import { useNavigate } from "react-router-dom";
|
import { useNavigate } from "react-router-dom";
|
||||||
import LoadingScreen from "@/components/LoadingScreen";
|
import LoadingScreen from "@/components/LoadingScreen";
|
||||||
import Layout from "@/components/Layout";
|
|
||||||
import {
|
import {
|
||||||
Card,
|
Card,
|
||||||
CardContent,
|
CardContent,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue