Rename debug pane label for artifact graph (#5092)

* Rename debug pane label for artifact graph

* Rename component
This commit is contained in:
Jonathan Tran
2025-01-22 10:37:51 -05:00
committed by GitHub
parent 10da986649
commit 2261217a5d
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
import { DebugFeatureTree } from 'components/DebugFeatureTree'
import { DebugArtifactGraph } from 'components/DebugArtifactGraph'
import { AstExplorer } from '../../AstExplorer'
import { EngineCommands } from '../../EngineCommands'
import { CamDebugSettings } from 'clientSideScene/ClientSideSceneComp'
@ -14,7 +14,7 @@ export const DebugPane = () => {
<EngineCommands />
<CamDebugSettings />
<AstExplorer />
<DebugFeatureTree />
<DebugArtifactGraph />
</div>
</section>
</div>