This commit is contained in:
NoriDev 2023-09-22 16:29:40 +09:00
parent 0c9c509d2f
commit 4ecf779771
2 changed files with 4 additions and 4 deletions

View file

@ -102,8 +102,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { defineAsyncComponent, provide, onMounted, onBeforeUnmount, ref, watch, ComputedRef, shallowRef, Ref, onUnmounted } from 'vue';
import tinycolor from 'tinycolor2';
import XCommon from '@/ui/_common_/common.vue';
import type MkStickyContainer from '@/components/global/MkStickyContainer.vue';
import XCommon from '@/ui/_common_/common.vue';
import { instanceName } from '@/config.js';
import XDrawerMenu from '@/ui/friendly/navbar-for-mobile.vue';
import * as os from '@/os.js';