chore(typo): add missing vue imports

This commit is contained in:
upsiflu 2024-12-08 21:04:48 +01:00
parent bf859e38ee
commit 4cfacf009f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup lang="ts"> <script setup lang="ts">
import { onMounted } from 'vue' import { computed, onMounted, ref } from 'vue'
import { useStore } from '~/store' import { useStore } from '~/store'
import Alert from '~/components/ui/Alert.vue' import Alert from '~/components/ui/Alert.vue'