Move media to sub folder

This commit is contained in:
Dolan
2017-12-20 00:06:08 +00:00
parent 4c369510ce
commit e9e68bc802
9 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
import { XmlComponent } from "../../docx/xml-components";
import { IData } from "../../media/data";
import { IData } from "../media";
import { Inline } from "./inline";
export class Drawing extends XmlComponent {