fix: connection import on MkTimeline
This commit is contained in:
parent
72f420d655
commit
89a813f11d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<script lang="ts" setup>
|
||||
import { computed, watch, onUnmounted, provide, ref, shallowRef } from 'vue';
|
||||
import { Connection } from 'misskey-js/built/esm/streaming.js';
|
||||
import { ChannelConnection as Connection } from 'misskey-js';
|
||||
import MkNotes from '@/components/MkNotes.vue';
|
||||
import MkPullToRefresh from '@/components/MkPullToRefresh.vue';
|
||||
import { useStream } from '@/stream.js';
|
||||
|
|
Loading…
Reference in a new issue