Add router utilities
cgen-62cbe24c58744797a3e61387f898ee3b
This commit is contained in:
parent
252849b22d
commit
32fbb5ba19
1 changed files with 8 additions and 1 deletions
|
|
@ -24,7 +24,14 @@ import { Textarea } from "@/components/ui/textarea";
|
||||||
import LoadingScreen from "@/components/LoadingScreen";
|
import LoadingScreen from "@/components/LoadingScreen";
|
||||||
import { aethexToast } from "@/lib/aethex-toast";
|
import { aethexToast } from "@/lib/aethex-toast";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import { Link } from "react-router-dom";
|
import {
|
||||||
|
Link,
|
||||||
|
Navigate,
|
||||||
|
Route,
|
||||||
|
Routes,
|
||||||
|
useLocation,
|
||||||
|
useNavigate,
|
||||||
|
} from "react-router-dom";
|
||||||
import {
|
import {
|
||||||
useCallback,
|
useCallback,
|
||||||
useEffect,
|
useEffect,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue