diff --git a/src/file/footnotes/footnotes.ts b/src/file/footnotes/footnotes.ts index d46526d2ab..d53ef4f02d 100644 --- a/src/file/footnotes/footnotes.ts +++ b/src/file/footnotes/footnotes.ts @@ -1,7 +1,7 @@ import { XmlComponent } from "file/xml-components"; +import { Paragraph } from "../paragraph"; import { FootNote } from "./footnote/footnote"; import { FootnotesAttributes } from "./footnotes-attributes"; -import { Paragraph } from "../paragraph"; export class FootNotes extends XmlComponent { constructor() {