Sfoglia il codice sorgente

Merge branch 'master' of http://192.168.88.100:3000/robert/vue_common_components

merged
Gogs 7 anni fa
parent
commit
c55a22e84d
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      index.js

+ 5 - 1
index.js

@@ -1,9 +1,13 @@
 import CardGrid from './CardGrid'
 import Cart from './Cart'
 import Searcher from './Searcher'
+import Ticket from './Ticket'
+import Spinner from './Spinner'
 
 export {
     CardGrid,
     Cart,
-    Searcher
+    Searcher,
+    Ticket,
+    Spinner
 }