Skip to content

Commit

Permalink
fix: export historyjs as default for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Nov 28, 2022
1 parent e8bfa3c commit 44f2a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ export {
createOrApplyPath,
defaultSkipValue,
} from './lib/utils.js'
export { default as default } from './lib/adapters/historyjs/index.js'

0 comments on commit 44f2a54

Please sign in to comment.