diff --git a/src/Components/Core/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElementPresenter.ts b/src/Components/Core/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElementPresenter.ts index 58ce973eb..e66e8f10c 100644 --- a/src/Components/Core/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElementPresenter.ts +++ b/src/Components/Core/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElementPresenter.ts @@ -1,4 +1,3 @@ -import { ValueLineComponent } from "@babylonjs/inspector/lines/valueLineComponent"; import IStoryElementPresenter from "./IStoryElementPresenter"; import StoryElementViewModel from "./StoryElementViewModel"; import LearningSpaceTO from "src/Components/Core/Application/DataTransferObjects/LearningSpaceTO";