Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: avoid mixed named and default exports
BREAKING CHANGE: `import pathe from 'pathe` should be changes to `import * as pathe from 'pathe'`
- Loading branch information