Skip to content

Commit dd8515f

Browse files
committed
add to index spinner and skeleton
1 parent e88c128 commit dd8515f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adminforth/spa/src/afcl/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ export { default as BarChart } from './BarChart.vue';
1414
export { default as PieChart } from './PieChart.vue';
1515
export { default as Table } from './Table.vue';
1616
export { default as ProgressBar } from './ProgressBar.vue';
17+
export { default as Spinner } from './Spinner.vue';
18+
export { default as Skeleton } from './Skeleton.vue';
1719

1820

0 commit comments

Comments
 (0)