Skip to content

Commit

Permalink
fix(app-vite): BEX mode - ensure uid util is imported correctly #17124
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 8, 2024
1 parent 3c7b8bc commit 877c27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-vite/templates/entry/bex/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**/

import { EventEmitter } from 'events'
import uid from 'quasar/src/utils/uid/uid'
import uid from 'quasar/src/utils/uid/uid.js'

const
typeSizes = {
Expand Down

0 comments on commit 877c27f

Please sign in to comment.