mowing
This commit is contained in:
@@ -65,6 +65,12 @@ const Layout = ({ children }) => {
|
||||
icon: CalendarDaysIcon,
|
||||
iconSolid: CalendarIconSolid,
|
||||
},
|
||||
{
|
||||
name: 'Mowing',
|
||||
href: '/mowing',
|
||||
icon: ClockIcon,
|
||||
iconSolid: ClockIconSolid,
|
||||
},
|
||||
{
|
||||
name: 'History',
|
||||
href: '/history',
|
||||
@@ -343,4 +349,4 @@ const Layout = ({ children }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Layout;
|
||||
export default Layout;
|
||||
|
||||
Reference in New Issue
Block a user