Skip to content

Commit

Permalink
test(resolve): remove useless sub import
Browse files Browse the repository at this point in the history
  • Loading branch information
sun0day committed Mar 17, 2023
1 parent d969174 commit 1fd27a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playground/resolve/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ <h2>resolve package that contains # in path</h2>
import { msg as importsStar } from '#star/index.js'
text('.imports-star', importsStar)

import aaaa from '#star/*'

import { msg as importsSlash } from '#slash/index.js'
text('.imports-slash', importsSlash)

Expand Down

0 comments on commit 1fd27a4

Please sign in to comment.