Merge pull request #854 from askoufis/fix-footer-import

Fix footer import
This commit is contained in:
Dolan
2021-03-29 03:18:55 +01:00
committed by GitHub

View File

@ -1,5 +1,5 @@
import { Document, IDocumentOptions } from "./document"; import { Document, IDocumentOptions } from "./document";
import { Footer } from "./footer"; import { Footer } from "./footer/footer";
import { FootNotes } from "./footnotes"; import { FootNotes } from "./footnotes";
import { Header } from "./header/header"; import { Header } from "./header/header";
import { Relationships } from "./relationships"; import { Relationships } from "./relationships";