Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
P-man2976 committed Aug 5, 2024
1 parent 985ad22 commit a584f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/routes/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const routes = (
<Route path="orgs" Component={SettingsOrgs} />
</Route>
<Route path="playlists" Component={Playlists} />
<Route path="playlist/:id" element={Playlist} />
<Route path="playlist/:id" Component={Playlist} />
<Route path="about" Component={About}>
<Route index Component={AboutGeneral} />
<Route path="general" Component={AboutGeneral} />
Expand Down

0 comments on commit a584f06

Please sign in to comment.