Skip to content

Commit

Permalink
fix(playground): add missing import for Dialog component (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Jan 4, 2024
1 parent f192ccb commit 37bb6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui-playground/src/download/download.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { saveAs } from 'file-saver'
import { Dialog } from '@varlet/ui'

import index from './template/index.html?raw'
import main from './template/main.js?raw'
Expand Down

0 comments on commit 37bb6b1

Please sign in to comment.