Rename importDocx to import-dotx

This commit is contained in:
Dolan
2018-09-24 22:00:08 +01:00
parent f2b50478bf
commit 0a8feca6ab
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
import { IDocumentTemplate } from "importDocx";
import { IDocumentTemplate } from "../import-dotx";
export interface IFileProperties {
template?: IDocumentTemplate;