Skip to content

Commit

Permalink
fix(build): fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Oct 28, 2024
1 parent 2b9051b commit 4ac7fe1
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 214 deletions.
4 changes: 1 addition & 3 deletions packages/design/aurora/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import Pager from './src/pager'
import Wizard from './src/wizard'
import DialogBox from './src/dialog-box'
import Popeditor from './src/popeditor'
import DialogSelect from './src/dialog-select'
import { version } from './package.json'

export default {
Expand Down Expand Up @@ -62,7 +61,6 @@ export default {
Pager,
Wizard,
DialogBox,
Popeditor,
DialogSelect
Popeditor
}
}
Loading

0 comments on commit 4ac7fe1

Please sign in to comment.