Skip to content

Commit

Permalink
fix: remove Application from being in the catalogue by default
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jun 23, 2024
1 parent 1e029f5 commit a268490
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/helpers/catalogue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Application } from 'pixi.js';

/** @typedef {import('../typedefs/Instance.js').Instance} Instance */

/**
Expand All @@ -9,7 +7,4 @@ import { Application } from 'pixi.js';
* }
* }}
*/
export const catalogue = {
// @ts-expect-error
Application,
};
export const catalogue = {};

0 comments on commit a268490

Please sign in to comment.