From b374dc0facc8a400b6e0df5f2e2149ed1996832c Mon Sep 17 00:00:00 2001 From: askoufis Date: Thu, 25 Mar 2021 15:01:11 +1100 Subject: [PATCH] Fix footer import --- src/file/document-wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";