From 6085f69c2229a59593baaea0d5122f333dec7642 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 11 Jun 2018 00:46:51 +0100 Subject: [PATCH] Sorting --- src/file/footnotes/footnotes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {