fix: handle type errors in build

This commit is contained in:
ramvignesh-b
2026-04-22 15:13:07 +05:30
parent 50bae8d2ce
commit b9d1880951
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { LockIcon, LockKeyOpenIcon, LockOpenIcon } from "@phosphor-icons/react";
import { LockIcon, LockKeyOpenIcon } from "@phosphor-icons/react";
import { useNavigate } from "react-router-dom";
import { PATHS } from "../../config/routes";