feat: fix storybook config

This commit is contained in:
Eli Bosley
2025-04-16 15:56:25 -04:00
parent 35a6d14367
commit bf3b95bfe5
16 changed files with 187 additions and 31 deletions
-1
View File
@@ -11,7 +11,6 @@ const useTeleport = () => {
if (!potentialTarget) return;
teleportTarget.value = potentialTarget;
console.log("[determineTeleportTarget] teleportTarget", teleportTarget.value);
};
onMounted(() => {