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