You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4 lines
271 B

export { default as Button } from './components/Button/Button.vue'
export { default as Dropdown } from './components/Dropdown/Dropdown.vue'
export { default as Card } from './components/Card/Card.vue'
export { default as Sidebar } from './components/Sidebar/Sidebar.vue'