File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ class Sitemap {
122122
123123export default Sitemap ;
124124
125- export { routesParser } from './routes-parser' ;
126- export { pathsFilter } from './paths-filter' ;
127- export { paramsApplier } from './params-applier' ;
128- export { sitemapBuilder } from './sitemap-builder' ;
125+ export { default as routesParser } from './routes-parser' ;
126+ export { default as pathsFilter } from './paths-filter' ;
127+ export { default as paramsApplier } from './params-applier' ;
128+ export { default as sitemapBuilder } from './sitemap-builder' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router-sitemap" ,
3- "version" : " 1.0.7 " ,
3+ "version" : " 1.0.8 " ,
44 "description" : " Module to generate a sitemap for react-router configuration" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments