We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236180b commit cb3e423Copy full SHA for cb3e423
src/App.tsx
@@ -6,7 +6,6 @@ import { SystemMonitor } from "./features/ui/SystemMonitor";
6
// import { SystemMonitor } from "./features/ui/SystemMonitor";
7
import { NotFoundPage } from "./pages/NotFoundPage";
8
import { paths } from "./pages/routes";
9
-import { WelcomePage } from "./pages/WelcomePage";
10
11
// const MainPage = lazy(() => import("./pages/MainPage"));
12
const AboutPage = lazy(() => import("./pages/AboutPage"));
0 commit comments