Fix footer import

This commit is contained in:
askoufis
2021-03-25 15:01:11 +11:00
parent ed409ac1b7
commit b374dc0fac

View File

@ -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";