fix: aaaaaaaaa

This commit is contained in:
2022-09-10 22:47:33 +09:00
parent 38ae0c4c1e
commit b1ad672df8
8 changed files with 8 additions and 7 deletions

View File

@ -9,7 +9,7 @@
<script lang="ts" setup>
import { defineAsyncComponent } from 'vue';
import XColumn from './column.vue';
import XNotifications from '@/components/MKNotifications.vue';
import XNotifications from '@/components/MkNotifications.vue';
import * as os from '@/os';
import { updateColumn } from './deck-store';
import { Column } from './deck-store';