From bdb9afd51b648017698830dc577d2b270be2c075 Mon Sep 17 00:00:00 2001 From: Project_IO Date: Sun, 16 Mar 2025 02:34:25 +0900 Subject: [PATCH] fix: fix bugs when running build --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";