Refactor cabinet maintenance routing and add CabinetMaintenance component; update Header and main router configuration

This commit is contained in:
2024-12-21 18:11:47 +05:30
parent 366088b3f6
commit 835a3cc7fd
5 changed files with 65 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ export default {
colors: {
white: '#FFFFFF',
black: '#000000',
grey: '#979797',
transparent: 'transparent',
primary: {
DEFAULT: '#008C46',