diff --git a/src/App.tsx b/src/App.tsx index 2c2c1ff..3ef934b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ import { useEffect, useState } from "react"; import Directory from "./components/directory"; import { DirEntry, usePath } from "./store/path"; -import { DynamicIcon, IconName } from "lucide-react/dynamic"; +import { DynamicIcon } from "lucide-react/dynamic"; import { BrowserRouter, Route, Routes, useLocation } from "react-router"; import "./App.scss";