fix: fix bugs when running build

This commit is contained in:
Project_IO 2025-03-16 02:34:25 +09:00
parent 586505cc5b
commit bdb9afd51b

View file

@ -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";