Skip to content

Commit 289870c

Browse files
committed
fix typo in import and add .vite to .gitignore
1 parent 1f5333d commit 289870c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
dist
33
.vscode
44
.DS_Store
5+
.vite

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createRoot } from "react-dom/client";
22
import { createHashRouter, RouterProvider, Link } from "react-router-dom";
33

4-
import BaselinePage from "./basline/baseline-page";
4+
import BaselinePage from "./baseline/baseline-page";
55
import EditorPage from "./editor/editor-page";
66
import ParserPage from "./parser/parser-page";
77
import SolverPage from "./solver/solver-page";

0 commit comments

Comments
 (0)