Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
7his15CYS authored Mar 5, 2025
1 parent 1c714f6 commit 56e8e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { CHWMemberPage } from "./member/2023/CHW.tsx";
import { RavinMemberPage } from "./member/2023/Ravin.tsx";
import { KunjiliMemberPage } from "./member/2022/Kunjili.tsx";
import { CliffMemberPage } from "./member/2022/Cliff.tsx";
import { SP_2023 } from "./course/2023_SP.tsx";
import { SP_2022 } from "./course/2022_SP.tsx";

Check failure on line 46 in src/main.tsx

View workflow job for this annotation

GitHub Actions / deploy

'"./course/2022_SP.tsx"' has no exported member named 'SP_2022'. Did you mean 'SP_2023'?
import { SP_2024 } from "./course/2024_SP.tsx";
import { SP_2025 } from "./course/2025_SP.tsx";
import { JunAnMemberPage } from "./member/2025/JunAn.tsx";
Expand Down Expand Up @@ -98,7 +98,7 @@ const router = createHashRouter(
<Route path="/Calendar" element={<Meeting></Meeting>}></Route>
<Route path="/Activities" element={<Activities></Activities>}></Route>
<Route path="/Rules" element={<Rule></Rule>}></Route>
<Route path="/Course/2023/SP" element={<SP_2023></SP_2023>}></Route>
<Route path="/Course/2022/SP" element={<SP_2022></SP_2022>}></Route>
<Route path="/Course/2024/SP" element={<SP_2024></SP_2024>}></Route>
<Route path="/Course/2025/SP" element={<SP_2025></SP_2025>}></Route>
</Route>
Expand Down

0 comments on commit 56e8e37

Please sign in to comment.