Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 7, 2024
1 parent 04727e4 commit d40c8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nanoid.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

import { nanoid, customAlphabet } from '../index.js'
import { customAlphabet, nanoid } from '../index.js'

function print(msg) {
process.stdout.write(msg + '\n')
Expand Down

0 comments on commit d40c8e6

Please sign in to comment.