refactor(frontend): use ESM
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
import { onUnmounted, Ref } from 'vue';
|
||||
import * as Misskey from 'misskey-js';
|
||||
import { useStream } from '@/stream';
|
||||
import { $i } from '@/account';
|
||||
import { useStream } from '@/stream.js';
|
||||
import { $i } from '@/account.js';
|
||||
|
||||
export function useNoteCapture(props: {
|
||||
rootEl: Ref<HTMLElement>;
|
||||
|
Reference in New Issue
Block a user