Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Dec 7, 2024
1 parent c17ff98 commit bc0a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ParentalConsentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { faPaperPlane, faArrowRight, faSpinner } from '@fortawesome/free-solid-s
import { FontAwesome } from "../components/FontAwesome";
import Button from '../components/interface/Button';
import { PDFDocumentProxy, PDFPageProxy, getDocument } from 'pdfjs-dist';
import PdfPage from '../components/PdfPage'
import PdfPage from '../components/PdfPage';

// Zero-configuration setup for PDF.js worker with webpack
import 'pdfjs-dist/webpack.mjs';
Expand Down

0 comments on commit bc0a550

Please sign in to comment.