Add onClick handler to Print button in App.tsx

This commit is contained in:
2026-01-31 16:18:35 +01:00
parent 8cf0ec950a
commit 735cc89e72

View File

@@ -996,7 +996,7 @@ export default function App() {
<button className="button" type="button">
Export PDF
</button>
<button className="button" type="button">
<button className="button" type="button" onClick={handlePrintMarkdown}>
Print
</button>
</>