mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-24 03:16:20 +00:00
5b6a58fba0
- new vue app for serving live chat widget, created subdirectories inside frontend dir `main` and `widget` - vite changes for both main app and widget app. - new backend live chat channel - apis for live chat widget
10 lines
501 B
JavaScript
10 lines
501 B
JavaScript
export { default as Table } from './Table.vue'
|
|
export { default as TableBody } from './TableBody.vue'
|
|
export { default as TableCell } from './TableCell.vue'
|
|
export { default as TableHead } from './TableHead.vue'
|
|
export { default as TableHeader } from './TableHeader.vue'
|
|
export { default as TableFooter } from './TableFooter.vue'
|
|
export { default as TableRow } from './TableRow.vue'
|
|
export { default as TableCaption } from './TableCaption.vue'
|
|
export { default as TableEmpty } from './TableEmpty.vue'
|