diff --git a/demo/72-word-wrap.ts b/demo/72-word-wrap.ts index 34cbcd0b56..442de9ebd4 100644 --- a/demo/72-word-wrap.ts +++ b/demo/72-word-wrap.ts @@ -1,7 +1,7 @@ // Example on how to preserve word wrap text. Works with all languages. import * as fs from "fs"; -import { Document, Packer, Paragraph, TextRun, SpaceType } from "docx"; +import { Document, Packer, Paragraph, TextRun } from "docx"; const doc = new Document({ sections: [