fix: colour mode bug in profile page (#4304)

This commit is contained in:
Nivedin
2024-08-28 18:48:59 +05:30
committed by GitHub
parent 34f5617adc
commit 2ed7221182

View File

@@ -85,7 +85,7 @@
<script setup lang="ts">
import { useI18n } from "@composables/i18n"
import { useColorMode } from "@vueuse/core"
import { useColorMode } from "@composables/theming"
import { computed } from "vue"
import { shortDateTime } from "~/helpers/utils/date"