Skip to content

Commit a997387

Browse files
committed
fix import
1 parent 2947457 commit a997387

File tree

1 file changed

+2
-1
lines changed
  • packages/isaacscript-common/src/classes/features/other

1 file changed

+2
-1
lines changed

packages/isaacscript-common/src/classes/features/other/Pause.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import {
33
CollectibleType,
44
InputHook,
55
ModCallback,
6+
SoundEffect,
67
} from "isaac-typescript-definitions";
7-
import { sfxManager } from "../core/cachedClasses";
8+
import { sfxManager } from "../../../core/cachedClasses";
89
import { VectorZero } from "../../../core/constants";
910
import { Exported } from "../../../decorators";
1011
import {

0 commit comments

Comments
 (0)