Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly0322 committed Apr 23, 2024
1 parent 3d9e077 commit a5ba2ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import add, { add1, add2, add3, add4 } from './lib.js'
import arrowAdd, { arrowAdd1, arrowAdd2, arrowAdd3 } from './arrow_lib.js'
import add, { add1, add2, add3 } from './lib.js'
import arrowAdd, { arrowAdd1, arrowAdd2 } from './arrow_lib.js'

function foo(bar) {
console.log(bar());
Expand Down

0 comments on commit a5ba2ee

Please sign in to comment.