init
This commit is contained in:
7
app/components/ui/Buttons/index.ts
Normal file
7
app/components/ui/Buttons/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import ButtonBack from "~/components/ui/Buttons/ButtonBack.vue";
|
||||
import ButtonDefault from "~/components/ui/Buttons/ButtonDefault.vue";
|
||||
|
||||
export const Button = {
|
||||
ButtonBack: ButtonBack,
|
||||
ButtonDefault: ButtonDefault
|
||||
}
|
||||
Reference in New Issue
Block a user