diff --git a/src/app/App.tsx b/src/app/App.tsx index b7878f51..eccb60df 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -225,6 +225,7 @@ import { clonePlayerStartInputBindings, clonePlayerStartMovementTemplate, createInteractableEntity, + createNpcColliderSettings, createNpcEntity, createPointLightEntity, inferPlayerStartMovementTemplateKind, @@ -261,6 +262,7 @@ import { getEntityDisplayLabelById, getSortedEntityDisplayLabels } from "../entities/entity-labels"; +import { listNpcActorUsages } from "../entities/npc-actor-registry"; import { areInteractionLinksEqual, createPlayAnimationInteractionLink,