refactor: toggle button component
This commit is contained in:
parent
6b7e943f68
commit
0869ff10e0
2 changed files with 77 additions and 0 deletions
|
|
@ -5,3 +5,4 @@ export { default as EditButton } from './EditButton.vue';
|
|||
export { default as DeleteButton } from './DeleteButton.vue';
|
||||
export { default as BackButton } from './BackButton.vue';
|
||||
export { default as UndoButton } from './UndoButton.vue';
|
||||
export { default as ToggleButton } from './ToggleButton.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue