diff --git a/src/components/button/VLink.vue b/src/components/button/VLink.vue index 6d506bf..c20a6c5 100644 --- a/src/components/button/VLink.vue +++ b/src/components/button/VLink.vue @@ -2,7 +2,7 @@ import Button from 'primevue/button'; import type IVLink from '@/components/button/IVLink.type'; import { computed } from 'vue'; -import styles from '@/assets/typography.module.css' +import styles from '@visua/typography.module.css'; const props = defineProps(); @@ -16,25 +16,25 @@ const htmlTag = computed(() => { return props.to ? 'RouterLink' : props.href ? '