clean up of Text class

This commit is contained in:
Dolan Miu
2016-05-09 13:02:59 +01:00
parent 9b268314e6
commit ea1390b86b
4 changed files with 11 additions and 13 deletions

View File

@ -1,4 +1,4 @@
import {Text} from "../xml-components";
import {Text} from "./text";
import {Run} from "../run";
export class TextRun extends Run {