rename file

This commit is contained in:
Kurt Hutten IrevDev
2023-01-10 15:42:22 +11:00
parent 3fefc1cca2
commit cb16d3efd7
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import { BasePlanes } from './components/BasePlanes'
import { SketchPlane } from './components/SketchPlane'
import { Logs } from './components/Logs'
import { AxisIndicator } from './components/AxisIndicator'
import { RenderViewerArtifacts } from './components/SketchLine'
import { RenderViewerArtifacts } from './components/RenderViewerArtifacts'
const OrrthographicCamera = OrthographicCamera as any