diff --git a/src/components/index.js b/src/components/index.js index 0bd74dc..ee8ba40 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -1,3 +1,4 @@ import VButton from "./Button/VButton.vue"; +import VAlert from "./Alert/VAlert.vue"; -export default { VButton } \ No newline at end of file +export default { VButton, VAlert } \ No newline at end of file