Skip to content

Commit

Permalink
Improve import
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Dec 11, 2023
1 parent 10b5821 commit 94274a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Papyros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ import {
renderSelectOptions,
renderWithOptions
} from "./util/Rendering";
import "@dodona/trace-component/dist/components/TraceComponent";
import "@dodona/trace-component";
import { BackendEventType } from "./BackendEvent";
import { TraceComponent } from "@dodona/trace-component/dist/components/TraceComponent";
import { TraceComponent } from "@dodona/trace-component";

const LANGUAGE_MAP = new Map([
["python", ProgrammingLanguage.Python],
Expand Down

0 comments on commit 94274a2

Please sign in to comment.