forked from mirrors/misskey
refactor(client): align filename to component name
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { } from 'vue';
|
||||
import XColumn from './column.vue';
|
||||
import XNotes from '@/components/notes.vue';
|
||||
import XNotes from '@/components/MkNotes.vue';
|
||||
import { Column } from './deck-store';
|
||||
|
||||
defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user