Add 'Open Text' button to App component
This commit is contained in:
@@ -635,6 +635,9 @@ export default function App() {
|
||||
<button className="button button--primary" onClick={handleNewText}>
|
||||
New Text
|
||||
</button>
|
||||
<button className="button" onClick={handleOpenText}>
|
||||
Open Text
|
||||
</button>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user