Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxydev authored Sep 20, 2021
1 parent 53a0c7d commit 20d0ea8
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,4 +1,5 @@
import myInput from "@/components/myInput";
import myAddBlock from "@/components/myAddBlock";
import myEditBlock from "@/components/myEditBlock";

export default [myInput, myAddBlock];
export default [myInput, myAddBlock, myEditBlock];

0 comments on commit 20d0ea8

Please sign in to comment.