Skip to content

Commit ef58cb1

Browse files
committed
Fix error during build
1 parent 660fb89 commit ef58cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BrowserRouter, Routes, Route, Navigate } from "react-router-dom";
66
import Introduction from "./pages/pageIntroduction";
77
import QuickStart from "./pages/QuickStart";
88
import Installation from "./pages/pageInstallation";
9-
import Screenshots from "./pages/pageScreenshot";
9+
import Screenshots from "./pages/pageScreenShot";
1010
import Uninstall from "./pages/pageUninstallation";
1111
import ProjectStructure from "./pages/pageProjectStructure";
1212
import TypeScript from "./pages/pageTypeScript"

0 commit comments

Comments
 (0)