Remove unused Route/Routes imports
cgen-000fd8a5589f43cf90e867898165c629
This commit is contained in:
parent
f89e54a3ad
commit
106c62dafb
1 changed files with 1 additions and 7 deletions
|
|
@ -24,13 +24,7 @@ import { Textarea } from "@/components/ui/textarea";
|
|||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import { aethexToast } from "@/lib/aethex-toast";
|
||||
import { cn } from "@/lib/utils";
|
||||
import {
|
||||
Link,
|
||||
Route,
|
||||
Routes,
|
||||
useLocation,
|
||||
useNavigate,
|
||||
} from "react-router-dom";
|
||||
import { Link, useLocation, useNavigate } from "react-router-dom";
|
||||
import {
|
||||
useCallback,
|
||||
useEffect,
|
||||
|
|
|
|||
Loading…
Reference in a new issue