Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizardguard committed Feb 26, 2025
1 parent 3108a70 commit 1d92302
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { AdaptivityElementStatusTypes } from "src/Components/Core/Domain/Types/Adaptivity/AdaptivityElementStatusTypes";

export default class AdaptivityElementQuestionPresentationUpdateTO {
taskInfo: {
taskId: number;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ComponentID } from "../../Domain/Types/EntityTypes";
import LearningSpaceTO from "./LearningSpaceTO";

export default class LearningSpacePrecursorAndSuccessorTO {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import {
} from "react-circular-progressbar";
import { useEffect, useState } from "react";
import worldIcon from "../../../../../../Assets/icons/world.svg";
import USECASE_TYPES from "~DependencyInjection/UseCases/USECASE_TYPES";
import ICalculateLearningWorldScoreUseCase from "src/Components/Core/Application/UseCases/CalculateLearningWorldScore/ICalculateLearningWorldScoreUseCase";
import CoreDIContainer from "src/Components/Core/DependencyInjection/CoreDIContainer";
import { LogLevelTypes } from "src/Components/Core/Domain/Types/LogLevelTypes";
import ILoggerPort from "src/Components/Core/Application/Ports/Interfaces/ILoggerPort";
import CORE_TYPES from "~DependencyInjection/CoreTypes";

interface PanelProps extends React.HTMLAttributes<HTMLDivElement> {}

Expand Down

0 comments on commit 1d92302

Please sign in to comment.