summaryrefslogtreecommitdiff
path: root/engine/systems/System.ts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/systems/System.ts')
-rw-r--r--engine/systems/System.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/systems/System.ts b/engine/systems/System.ts
index 8b00dc5..de41988 100644
--- a/engine/systems/System.ts
+++ b/engine/systems/System.ts
@@ -1,4 +1,4 @@
-import { Game } from "../Game";
+import { Game } from '../Game';
export abstract class System {
public readonly name: string;