Remove unused 'Export PDF' button in App.tsx

This commit is contained in:
2026-01-31 16:57:16 +01:00
parent 788b312976
commit 4bba163855

View File

@@ -993,9 +993,6 @@ export default function App() {
</button>
{markdownPreview ? (
<>
<button className="button" type="button">
Export PDF
</button>
<button className="button" type="button" onClick={handlePrintMarkdown}>
Print
</button>