Skip to content

Commit

Permalink
Restore extensionless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Jan 25, 2024
1 parent a823286 commit 9029315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { transliterate } from './transliterate.js';
export { cleanName } from './cleanName.js';
export { transliterate } from './transliterate';
export { cleanName } from './cleanName';
export { pageTitle } from './pageTitle';
export { pageDescription } from './pageDescription';
export { singularPlural } from './singularPlural';
Expand Down

0 comments on commit 9029315

Please sign in to comment.