Skip to content

Commit ebeea9b

Browse files
authored
Merge pull request #26 from MozillaReality/fixsystem
Fix system.d.ts
2 parents d21c96b + 3b01926 commit ebeea9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/system.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { System, Attributes } from "ecsy";
2-
import { ECSYThreeWorld } from "./world";
3-
import { ECSYThreeEntity } from "./entity";
2+
import { ECSYThreeWorld } from "../world.js";
3+
import { ECSYThreeEntity } from "../entity.js";
44

55
export abstract class ECSYThreeSystem extends System {
66
constructor(world: ECSYThreeWorld, attributes?: Attributes);

0 commit comments

Comments
 (0)