fix: missing import
This commit is contained in:
parent
53bb9e8d8f
commit
43c4147eaa
2 changed files with 2 additions and 28 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export { default as MainButton } from './MainButton.vue';
|
||||
export { default as AddButton } from './AddButton.vue';
|
||||
export { default as SaveButton } from './SaveButton.vue';
|
||||
export { default as CancelButton } from './CancelButton.vue';
|
||||
|
|
@ -8,4 +9,4 @@ export { default as UndoButton } from './UndoButton.vue';
|
|||
export { default as ToggleButton } from './ToggleButton.vue';
|
||||
export { default as ClearButton } from './ClearButton.vue';
|
||||
export { default as CloseButton } from './CloseButton.vue';
|
||||
export { default as ViewButton } from './viewButton.vue';
|
||||
export { default as ViewButton } from './ViewButton.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue