mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
UI modularization / moving viewer to scene folder
This commit is contained in:
parent
6c4d658e20
commit
e8be3fe473
3 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import '../../../modules/scene/utils/vectorThreeEnhancement'
|
import '../../../modules/scene/utils/vectorThreeEnhancement'
|
||||||
import '../utils/three-loader'
|
import '../utils/three-loader'
|
||||||
import {Bus} from '../ui/toolkit'
|
import {Bus} from '../ui/toolkit'
|
||||||
import {Viewer} from './viewer/viewer'
|
import {Viewer} from './scene/viewer'
|
||||||
import {UI} from './ui/ctrl'
|
import {UI} from './ui/ctrl'
|
||||||
import TabSwitcher from './ui/tab-switcher'
|
import TabSwitcher from './ui/tab-switcher'
|
||||||
import ControlBar from './ui/control-bar'
|
import ControlBar from './ui/control-bar'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue