Skip to content

Commit 3287e45

Browse files
authored
fix: bicep.js import error of samples site (#10738)
fix: bicep.js import error
1 parent dd69466 commit 3287e45

File tree

1 file changed

+1
-1
lines changed
  • samples/seed/template/public

1 file changed

+1
-1
lines changed

samples/seed/template/public/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { bicep } from './bicep.js'
1+
import bicep from './bicep.js'
22

33
export default {
44
iconLinks: [

0 commit comments

Comments
 (0)