Skip to content

Commit

Permalink
Fixed double route registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Oct 7, 2024
1 parent b5d2d7d commit 42a6560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export default Blits.Application({
{ path: '/examples/events', component: Events },
{ path: '/examples/slots', component: Slots },
{ path: '/examples/viewport', component: Viewport },
{ path: '/examples/languageplugin', component: LanguagePlugin },
...RouterHookRoutes,
{ path: '/examples/resize', component: Resize },
{ path: '/examples/languageplugin', component: LanguagePlugin },
Expand Down

0 comments on commit 42a6560

Please sign in to comment.