18 lines
359 B
JavaScript
18 lines
359 B
JavaScript
import GvaBanner from './banner.vue'
|
|
import GvaCard from './card.vue'
|
|
import GvaChart from './charts.vue'
|
|
import GvaTable from './table.vue'
|
|
import GvaNotice from './notice.vue'
|
|
import GvaWiki from './wiki.vue'
|
|
import GvaPluginTable from './pluginTable.vue'
|
|
|
|
export {
|
|
GvaBanner,
|
|
GvaCard,
|
|
GvaChart,
|
|
GvaTable,
|
|
GvaNotice,
|
|
GvaWiki,
|
|
GvaPluginTable
|
|
}
|