diff --git a/src/app/App.tsx b/src/app/App.tsx index 48595127..9f237f1e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -123,7 +123,9 @@ import { getEntityDisplayLabelById, getSortedEntityDisplayLabels } from "../enti import { areInteractionLinksEqual, createPlayAnimationInteractionLink, + createPlaySoundInteractionLink, createStopAnimationInteractionLink, + createStopSoundInteractionLink, createTeleportPlayerInteractionLink, createToggleVisibilityInteractionLink, getInteractionLinksForSource,