mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-09 11:24:08 +02:00
refactor(frontend): use ESM
This commit is contained in:
@@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<script lang="ts" setup>
|
||||
import { } from 'vue';
|
||||
import XColumn from './column.vue';
|
||||
import { Column } from './deck-store';
|
||||
import { Column } from './deck-store.js';
|
||||
import MkNotes from '@/components/MkNotes.vue';
|
||||
|
||||
defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user