Skip to content

Commit

Permalink
feat: Add Router export (identical to RouteController)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 29, 2024
1 parent 1d7964e commit 3f1a11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pojo-router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from './types.js';
export { default as PojoRouter } from './PojoRouter.js';
export {
default as RouteController,
default as Router,
type ControllerProps,
} from './Controller.js';
export * from './hooks.js';
Expand Down

0 comments on commit 3f1a11f

Please sign in to comment.