Skip to content

Commit

Permalink
Remove type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
forinda committed Nov 8, 2022
1 parent e868716 commit c288d11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,6 @@
"description": "A declarative routing library that maps your routes and uses the react-router-dom library so that you focus on the logic rather than route configuration. It supports nested routing and react-router-dom v6+",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"test": "jest --config jest.config.js",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MapRouter.tsx
Expand Up @@ -26,4 +26,4 @@ export const MapRouter: MapRouterFunction = function ({
)
}

export default MapRouter
export default MapRouter

0 comments on commit c288d11

Please sign in to comment.