chore: remove weird import

This commit is contained in:
Igor Randjelovic
2021-02-26 18:40:04 +01:00
committed by Nathan Walker
parent fca3466408
commit 1dfa5a6025

View File

@@ -9,8 +9,6 @@ import { ImageSource } from '../../image-source';
import { CSSValue, parse as cssParse } from '../../css-value';
import { CSSShadow } from './css-shadow';
import { Length, LengthType } from './style-properties';
import { Properties } from '../animation/animation-common';
import height = Properties.height;
export * from './background-common';