refactor(frontend): use ESM
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import { markRaw, ref } from 'vue';
|
||||
import * as Misskey from 'misskey-js';
|
||||
import { Storage } from './pizzax';
|
||||
import { Storage } from '@/pizzax.js';
|
||||
|
||||
interface PostFormAction {
|
||||
title: string,
|
||||
|
Reference in New Issue
Block a user