1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

chore: fixes typescript error

This commit is contained in:
Amir Raminfar
2024-10-08 11:56:06 -07:00
parent 6722a0129e
commit f4f14b900c

View File

@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { useMutationObserver } from "@vueuse/core";
import { onMounted, onUnmounted, ref } from "vue";
import { onMounted, ref } from "vue";
const isDark = ref(false);
onMounted(() => {