Skip to content

Commit

Permalink
fix: add alert component for export
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanpdn committed Feb 21, 2023
1 parent ab4b67e commit 1e63b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VButton from "./Button/VButton.vue";
import VAlert from "./Alert/VAlert.vue";

export default { VButton }
export default { VButton, VAlert }

0 comments on commit 1e63b4d

Please sign in to comment.