refactor: removed timeline button

This commit is contained in:
victor
2022-12-18 14:56:00 +04:00
parent e3fb92cb56
commit 7b42dbc0f6
7 changed files with 10 additions and 32 deletions

View File

@@ -39,7 +39,6 @@ export { default as TimelineContent } from './components/Timeline/TimelineConten
export { default as TimelineTime } from './components/Timeline/TimelineTime.vue'
export { default as TimelineTitle } from './components/Timeline/TimelineTitle.vue'
export { default as TimelineBody } from './components/Timeline/TimelineBody.vue'
export { default as TimelineButton } from './components/Timeline/TimelineButton.vue'
export { default as Toast } from './components/Toast/Toast.vue'
export { default as ToastProvider } from './components/Toast/components/ToastProvider/ToastProvider.vue'
export { default as Tooltip } from './components/Tooltip/Tooltip.vue'