Skip to content

Commit c69982b

Browse files
committed
chore(world): remove unused relation ID imports
1 parent e332186 commit c69982b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/world.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ import { ComponentChangeset } from "./changeset";
33
import { CommandBuffer, type Command } from "./command-buffer";
44
import type { ComponentId, EntityId, WildcardRelationId } from "./entity";
55
import {
6-
decodeRelationId,
76
EntityIdManager,
87
getComponentIdByName,
98
getComponentNameById,
109
getDetailedIdType,
1110
isCascadeDeleteComponent,
1211
isDontFragmentComponent,
1312
isExclusiveComponent,
14-
isRelationId,
1513
relation,
1614
} from "./entity";
1715
import { MultiMap } from "./multi-map";

0 commit comments

Comments
 (0)