From a2684906c3266d379e46d95615e9622289c57836 Mon Sep 17 00:00:00 2001 From: Trezy Date: Sun, 23 Jun 2024 01:52:27 -0500 Subject: [PATCH] fix: remove `Application` from being in the catalogue by default --- src/helpers/catalogue.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/helpers/catalogue.js b/src/helpers/catalogue.js index fc769a6d..2f3093db 100644 --- a/src/helpers/catalogue.js +++ b/src/helpers/catalogue.js @@ -1,5 +1,3 @@ -import { Application } from 'pixi.js'; - /** @typedef {import('../typedefs/Instance.js').Instance} Instance */ /** @@ -9,7 +7,4 @@ import { Application } from 'pixi.js'; * } * }} */ -export const catalogue = { - // @ts-expect-error - Application, -}; +export const catalogue = {};