Merge remote-tracking branch 'refs/remotes/misskey-dev/master'
Conflicts: package.json packages/client/src/components/MkButton.vue packages/client/src/components/ui/button.vue packages/client/src/pages/timeline.tutorial.vue
This commit is contained in:
@ -23,9 +23,9 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import XReactionsViewer from '@/components/reactions-viewer.vue';
|
||||
import XMediaList from '@/components/media-list.vue';
|
||||
import XPoll from '@/components/poll.vue';
|
||||
import XReactionsViewer from '@/components/MkReactionsViewer.vue';
|
||||
import XMediaList from '@/components/MkMediaList.vue';
|
||||
import XPoll from '@/components/MkPoll.vue';
|
||||
import * as os from '@/os';
|
||||
|
||||
export default defineComponent({
|
||||
|
Reference in New Issue
Block a user