refactor(frontend): use ESM
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
import { throttle } from 'throttle-debounce';
|
||||
import { markRaw } from 'vue';
|
||||
import { notificationTypes } from 'misskey-js';
|
||||
import { Storage } from '../../pizzax';
|
||||
import { api } from '@/os';
|
||||
import { deepClone } from '@/scripts/clone';
|
||||
import { Storage } from '@/pizzax.js';
|
||||
import { api } from '@/os.js';
|
||||
import { deepClone } from '@/scripts/clone.js';
|
||||
|
||||
type ColumnWidget = {
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user