mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
11 lines
176 B
Vue
11 lines
176 B
Vue
<script setup lang="ts">
|
|
import Button from '~/components/ui/button/Button.vue';
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<Button>holy moly ts a button</Button>
|
|
</div>
|
|
</template>
|