Remove unused imports
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Example of a continuous header
|
||||
|
||||
import * as fs from "fs";
|
||||
import { Document, Footer, Header, Packer, Paragraph, SectionType, Tab, TextRun } from "docx";
|
||||
import { Document, Footer, Header, Packer, Paragraph, SectionType, TextRun } from "docx";
|
||||
|
||||
const doc = new Document({
|
||||
creator: "Creator",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Example of using headers and footers in a new section
|
||||
|
||||
import * as fs from "fs";
|
||||
import { Document, Footer, Header, Packer, Paragraph, SectionType, Tab, TextRun } from "docx";
|
||||
import { Document, Footer, Header, Packer, Paragraph, TextRun } from "docx";
|
||||
|
||||
const doc = new Document({
|
||||
creator: "Creator",
|
||||
|
@ -6,7 +6,6 @@ import {
|
||||
Packer,
|
||||
Paragraph,
|
||||
PositionalTab,
|
||||
Tab,
|
||||
TextRun,
|
||||
PositionalTabAlignment,
|
||||
PositionalTabRelativeTo,
|
||||
|
Reference in New Issue
Block a user