Skip to content

Commit

Permalink
Merge pull request #8 from VardyNg/main
Browse files Browse the repository at this point in the history
hotfix - alphabetized imports
  • Loading branch information
VardyNg authored May 14, 2023
2 parents 99a22f5 + 293f762 commit 612c62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { calculateChecksum } from './calculateChecksum';
import { isCapitalLetter } from './isCapitalLetter';
import { normalise } from './normalise';
import { calculateChecksum } from './calculateChecksum';
export {
calculateChecksum,
normalise,
isCapitalLetter,
normalise,
}

0 comments on commit 612c62e

Please sign in to comment.