diff --git a/src/file/document-wrapper.ts b/src/file/document-wrapper.ts index a699136727..c53c4e81a5 100644 --- a/src/file/document-wrapper.ts +++ b/src/file/document-wrapper.ts @@ -1,5 +1,5 @@ import { Document, IDocumentOptions } from "./document"; -import { Footer } from "./footer"; +import { Footer } from "./footer/footer"; import { FootNotes } from "./footnotes"; import { Header } from "./header/header"; import { Relationships } from "./relationships";