Skip to content

Commit

Permalink
refactor: move name overrides into constants directory
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jun 15, 2024
1 parent 36b8ada commit ec3b6aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/typedefs/PixiElementsImpl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NameOverrides } from './NameOverrides.js';
import { NameOverrides } from '../constants/NameOverrides.js';

/** @typedef {typeof import('pixi.js')} PixiType */

Expand Down

0 comments on commit ec3b6aa

Please sign in to comment.