fix(pdf): fix unused imports and prop-types linting, and remove TS node path error
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 1m24s
Build & Deploy / 🏗️ Build (push) Successful in 3m43s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 4m18s
Build & Deploy / 🚀 Deploy (push) Successful in 20s
Build & Deploy / 🔔 Notify (push) Successful in 2s
Nightly QA / 🔗 Links & Deps (push) Successful in 3m31s
Nightly QA / 🎭 Lighthouse (push) Successful in 4m7s
Nightly QA / ♿ Accessibility (push) Successful in 5m33s
Nightly QA / 🔍 Static Analysis (push) Successful in 7m9s
Nightly QA / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-04-20 22:59:21 +02:00
parent 666bcf0b9d
commit 5021259d22
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import * as React from 'react';
import { Document, Page, View, Text, Image, StyleSheet, Font } from '@react-pdf/renderer';
import { Document, Page, View, Text, Image, StyleSheet } from '@react-pdf/renderer';
// Standard fonts like Helvetica are built-in to PDF and don't require registration
// unless we want to use specific TTF files. Using built-in Helvetica for maximum stability.