mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
b8f67a3e69
commit
43232d5baa
3 changed files with 0 additions and 3 deletions
|
|
@ -15,7 +15,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { OBJECT_DEFS } from '@/world/room/object-defs.js';
|
||||
import { camelToKebab } from '@/world/utility.js';
|
||||
|
||||
const props = defineProps<{
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@ import type { RoomAttachments } from '@/world/room/utility.js';
|
|||
import { i18n } from '@/i18n.js';
|
||||
import MkModalWindow from '@/components/MkModalWindow.vue';
|
||||
import * as os from '@/os.js';
|
||||
import { OBJECT_DEFS } from '@/world/room/object-defs.js';
|
||||
import { camelToKebab } from '@/world/utility.js';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import { prefer } from '@/preferences.js';
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ import MkProgressBar from '@/components/MkProgressBar.vue';
|
|||
import { Joystick } from '@/world/joystick.js';
|
||||
import { isTouchUsing } from '@/utility/touch.js';
|
||||
import { prefer } from '@/preferences.js';
|
||||
import { getObjectDef } from '@/world/room/object-defs.js';
|
||||
import { GRAPHICS_QUALITY } from '@/world/room/utility.js';
|
||||
import { misskeyApi } from '@/utility/misskey-api.js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue