file structure change

This commit is contained in:
2025-09-05 11:43:14 +05:30
parent 33fb90af71
commit 1f382de751
138 changed files with 440 additions and 449 deletions

View File

@@ -13,7 +13,7 @@ import * as Constants from '../../../../types/world/worldConstants';
import texturePath from "../../../../assets/textures/floor/white.png";
import texturePathDark from "../../../../assets/textures/floor/black.png";
import useModuleStore from '../../../../store/useModuleStore';
import useModuleStore from '../../../../store/ui/useModuleStore';
function WallInstances() {
const { wallStore } = useSceneContext();