refactor: button props type usage

This commit is contained in:
Zack Spear
2024-01-11 18:52:33 -06:00
committed by Zack Spear
parent b1bd71f2e2
commit d1ff2b1fad

View File

@@ -1,5 +1,5 @@
import { defineStore, createPinia, setActivePinia } from 'pinia';
import type { ButtonProps } from '~/components/Brand/Button.vue';
import type { ButtonProps } from '~/types/ui/button';
import { OBJ_TO_STR } from '~/helpers/functions';