1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

chore: remove useNavigate import

This commit is contained in:
qtchaos 2024-02-26 17:06:35 +02:00
parent e8d8c16d41
commit 5321afe2cd
No known key found for this signature in database
GPG key ID: 7DA98B2B9EF06A90

View file

@ -1,6 +1,5 @@
import classNames from "classnames";
import { ReactNode, useCallback } from "react";
import { useNavigate } from "react-router-dom";
import { Icon, Icons } from "@/components/Icon";
import { Spinner } from "@/components/layout/Spinner";