moving document attributes

This commit is contained in:
Dolan Miu
2016-05-01 22:49:40 +01:00
parent bf656d60d9
commit 9a7dff0cdc
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import {XmlComponent} from "../docx/xml-components";
import {DocumentAttributes} from "../docx/xml-components/document-attributes";
import {DocumentAttributes} from "../docx/document/document-attributes";
abstract class Component extends XmlComponent {
protected createNullBlockOrValue(value: string): any {