mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-14 00:54:52 +02:00
refactor(frontend): use ESM
This commit is contained in:
@@ -24,7 +24,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { $i } from '@/account';
|
||||
import { $i } from '@/account.js';
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
||||
Reference in New Issue
Block a user