Merge pull request #145 from beatz174-bit/codex/add-manage-categories-button-to-home-page

Add manage categories button to home screen
This commit is contained in:
beatz174-bit
2025-12-01 15:42:19 +10:00
committed by GitHub
+3
View File
@@ -19,6 +19,9 @@ const HomeScreen = () => (
<Button component={RouterLink} to="/areas" variant="outlined">
Manage Areas
</Button>
<Button component={RouterLink} to="/categories" variant="outlined">
Manage Categories
</Button>
<Button component={RouterLink} to="/scan" variant="outlined">
Scan Barcode
</Button>