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}>
|
<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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user