fix ts error

This commit is contained in:
Alex Holliday
2026-02-12 19:16:16 +00:00
parent cafea2bf5d
commit f600647ff0
+1 -1
View File
@@ -1,4 +1,4 @@
import { useEffect, type CSSProperties } from "react";
import { type CSSProperties } from "react";
import { useSelector } from "react-redux";
import "react-toastify/dist/ReactToastify.css";
import { ToastContainer } from "react-toastify";