This commit is contained in:
Aotumuri
2026-05-25 14:55:26 +09:00
parent 014032baae
commit 7371063d92
2 changed files with 1 additions and 1 deletions
@@ -1,6 +1,6 @@
import { LitElement, html } from "lit";
import { customElement, property } from "lit/decorators.js";
import playerAchievementMetadataJson from "../../../../../resources/playerAchievementMetadata.json" with { type: "json" };
import playerAchievementMetadataJson from "../../../../../resources/PlayerAchievementMetadata.json" with { type: "json" };
import type {
AchievementsResponse,
PlayerAchievementJson,