Update import statement for createPlayerStartInputBindings

This commit is contained in:
2026-04-11 12:19:33 +02:00
parent c9c46ed7d7
commit 0dafb0974b

View File

@@ -1,7 +1,7 @@
import { describe, expect, it } from "vitest";
import { createPlayerStartInputBindings } from "../../src/entities/entity-instances";
import {
createPlayerStartInputBindings,
createPlayAnimationInteractionLink,
createPlaySoundInteractionLink,
createTeleportPlayerInteractionLink,