Skip to content

Commit

Permalink
Fix imports and add vite-plugin-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaBobs committed Jan 17, 2024
1 parent 2222615 commit 1c90296
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"postcss-nested": "6.0.1",
"sass": "1.69.7",
"typescript": "5.3.3",
"vite": "5.0.11"
"vite": "5.0.11",
"vite-plugin-checker": "^0.6.2"
}
}
224 changes: 223 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/japanese/systems/verbs/forms/VerbTeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function VerbTeForm() {
return (
<ContentBox>
<h1>Te-form</h1>

<Table
data={teFormTableData}
columns={[
Expand Down
1 change: 0 additions & 1 deletion src/program.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
Outlet,
Route,
Routes,
matchPath,
redirect,
useMatch,
} from "react-router-dom";
Expand Down
Loading

0 comments on commit 1c90296

Please sign in to comment.