organize data configs by domain

This commit is contained in:
2026-04-28 14:17:21 +02:00
parent ece9b1268f
commit 356bb5ef88
21 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import {
TEST_SCENE_TRIGGER_ROUGHNESS,
TEST_SCENE_TRIGGER_SEGMENTS,
TEST_SCENE_TRIGGER_SOUND_PATH,
} from "@/data/testSceneConfig";
} from "@/data/debug/testSceneConfig";
import { useOctreeGraphNode } from "@/hooks/useOctreeGraphNode";
import type { OctreeReadyHandler } from "@/types/3d";