This commit is contained in:
tamaina 2021-12-29 17:48:47 +09:00
parent 39b377c06f
commit 7308abc21a
1 changed files with 2 additions and 1 deletions

View File

@ -15,9 +15,10 @@
<script lang="ts">
import { defineAsyncComponent, defineComponent } from 'vue';
import { stream, popup, popups, uploads, pendingApiRequestsCount } from '@/os';
import { popup, popups, uploads, pendingApiRequestsCount } from '@/os';
import * as sound from '@/scripts/sound';
import { $i } from '@/account';
import { stream } from '@/stream';
export default defineComponent({
components: {