Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmcf committed Dec 29, 2023
1 parent bb47dc5 commit 7b94650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsx/PdfGenerator.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button, ButtonGroup, Col, Dropdown, Form, Row, OverlayTrigger, Tooltip, ListGroup } from "react-bootstrap";
import SVGtoPDF from "svg-to-pdfkit";
import { useState } from "react";
import { Instrument, Song, SongArrangement } from "../types";
import { Instrument, SongArrangement } from "../types";

// Needed for calling PDFDocument from window variable
declare const window: any;
Expand Down

0 comments on commit 7b94650

Please sign in to comment.