Skip to content

Commit 8c6c485

Browse files
committed
Import built-in modules first
1 parent 954b4ec commit 8c6c485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11-advanced-recipes/01-async-init-quick-and-easy/localInitializationCheck.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { db } from './db.js'
21
import { once } from 'events'
2+
import { db } from './db.js'
33

44
db.connect()
55

0 commit comments

Comments
 (0)