Add 'Open Text' button to App component

This commit is contained in:
2026-01-31 00:37:47 +01:00
parent ad9ac08174
commit 5884bc1e24

View File

@@ -635,6 +635,9 @@ export default function App() {
<button className="button button--primary" onClick={handleNewText}> <button className="button button--primary" onClick={handleNewText}>
New Text New Text
</button> </button>
<button className="button" onClick={handleOpenText}>
Open Text
</button>
</div> </div>
</aside> </aside>