Add button to clear localStorage

This commit is contained in:
2022-07-12 21:39:57 +00:00
parent 281493ad25
commit b31fc7e4c6
2 changed files with 7 additions and 1 deletions

View File

@@ -25,6 +25,12 @@ export function Debug(props) {
</Button>
</p>
<p>
<Button onClick={() => {localStorage.clear()}}>
Clear localStorage
</Button>
</p>
<p><Link to='/classfeed'>Classfeed</Link></p>
<p><Link to='/usage/trotec'>Trotec Usage</Link></p>