Skip to content

Commit

Permalink
fix typo in import and add .vite to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbarabash committed Dec 28, 2024
1 parent 1f5333d commit 289870c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
.vscode
.DS_Store
.vite
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRoot } from "react-dom/client";
import { createHashRouter, RouterProvider, Link } from "react-router-dom";

import BaselinePage from "./basline/baseline-page";
import BaselinePage from "./baseline/baseline-page";
import EditorPage from "./editor/editor-page";
import ParserPage from "./parser/parser-page";
import SolverPage from "./solver/solver-page";
Expand Down

0 comments on commit 289870c

Please sign in to comment.