We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ba1d8 commit 124202cCopy full SHA for 124202c
src/components/PlayedGames.astro
@@ -3,7 +3,7 @@ import * as steamApi from "../utils/steamApi.ts";
3
import * as myApi from "../utils/myApi.ts";
4
import * as utils from "../utils/utils.ts";
5
import GameCard from "../components//GameCard.astro";
6
-const { default: apps } = await import("../../public/assets/app.json");
+import apps from "../../public/assets/app.json";
7
import orderGames from "../../public/assets/orderGames.json";
8
import { delay } from "../utils/utils";
9
import { ENABLE_REQUEST } from "astro:env/server";
0 commit comments