forgot script opening tag

This commit is contained in:
Samidy 2025-11-01 15:05:02 +03:00 committed by GitHub
parent 962a6bd66e
commit 63d5ce2b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
<script setup lang="ts">
import { colors } from '@fmhy/colors' import { colors } from '@fmhy/colors'
import { useStorage, useStyleTag } from '@vueuse/core' import { useStorage, useStyleTag } from '@vueuse/core'
import { watch, onMounted } from 'vue' import { watch, onMounted } from 'vue'