refactor(frontend): use ESM
This commit is contained in:
		| @@ -18,8 +18,8 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||
|  | ||||
| <script lang="ts" setup> | ||||
| import { onMounted } from 'vue'; | ||||
| import * as os from '@/os'; | ||||
| import { defaultStore } from '@/store'; | ||||
| import * as os from '@/os.js'; | ||||
| import { defaultStore } from '@/store.js'; | ||||
|  | ||||
| let moderators: any = $ref(null); | ||||
| let fetching = $ref(true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo