Fix build

This commit is contained in:
Pieter Vander Vennet 2020-06-29 03:16:34 +02:00
parent 8bca006787
commit 6d4f5a50f2
4 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ import {UIElement} from "../UIElement";
import {ImageSearcher} from "../../Logic/ImageSearcher";
import {UIEventSource} from "../UIEventSource";
import {SlideShow} from "../SlideShow";
import {FixedUiElement} from "../FixedUiElement";
import {FixedUiElement} from "../Base/FixedUiElement";
export class ImageCarousel extends UIElement {
/**