mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 21:55:31 +02:00
refactor(frontend): use ESM
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import * as os from '@/os';
|
||||
import { $i } from '@/account';
|
||||
import * as os from '@/os.js';
|
||||
import { $i } from '@/account.js';
|
||||
|
||||
export const ACHIEVEMENT_TYPES = [
|
||||
'notes1',
|
||||
|
||||
Reference in New Issue
Block a user