From 90425795181860175c3637c65b3bf6d33be2ef57 Mon Sep 17 00:00:00 2001 From: Uwe Oestermeier Date: Mon, 24 Jun 2019 10:50:51 +0200 Subject: [PATCH] Removed unused import --- lib/pixi/timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pixi/timeline.js b/lib/pixi/timeline.js index be6c07e..be4b1fe 100644 --- a/lib/pixi/timeline.js +++ b/lib/pixi/timeline.js @@ -1,6 +1,6 @@ import { Cycle, Colors, Dates, isEmpty } from '../utils.js' import { Capabilities } from '../capabilities.js' -import { BitmapLabeledGraphics, LabeledGraphics, FontInfo } from './labeledgraphics.js' +import { BitmapLabeledGraphics, FontInfo } from './labeledgraphics.js' export class Ticks {