Skip to content

Commit 0084ad0

Browse files
NaejDoreeJean Poree
authored andcommitted
fix(endscreen): removed useless import from the endscreenmodule
1 parent 1c4ffb5 commit 0084ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/modules/endscreen/src/main/resources/view/endscreen-module/EndScreenModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {WIDTH, HEIGHT} from '../core/constants.js'
22
import {lerp, unlerp} from '../core/utils.js'
33
import {ErrorLog} from '../core/ErrorLog.js'
44
import {MissingImageError} from './errors/MissingImageError.js'
5-
import {flagForDestructionOnReinit} from '../core/rendering.js'
5+
66
/* global PIXI */
77

88
export class EndScreenModule {

0 commit comments

Comments
 (0)