@contactstudio/agent-lib
Advanced tools
Comparing version
{ | ||
"name": "@contactstudio/agent-lib", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"author": "Christopher Gonçalves <christopher.goncalves2002@gmail.com.br>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
// // Importa o componente | ||
// import CsNav from "./components/CsNav.vue"; | ||
import CsNav from "./components/CsNav.vue"; | ||
// import "./css/index.scss"; | ||
@@ -26,2 +26,2 @@ import Store from "./store"; | ||
export { Store }; | ||
export { Store, CsNav }; |
239442
0