|
@@ -20,7 +20,7 @@ import log from "loglevel";
|
|
|
import { Dictionary } from "typescript-collections";
|
|
|
import { PlaybackEntry } from "./Playback/PlaybackEntry";
|
|
|
import { PlaybackSettings } from "../Common/DataObjects/PlaybackSettings";
|
|
|
-import { TextAlignmentEnum } from "../Common";
|
|
|
+import { TextAlignmentEnum } from "../Common/Enums/TextAlignment";
|
|
|
|
|
|
// FIXME Andrea: Commented out some unnecessary/not-ported-yet code, have a look at (*)
|
|
|
|