This commit is contained in:
Jake Kasper
2025-08-22 10:49:41 -04:00
parent 0d2ef31d95
commit ea81018f80
4 changed files with 168 additions and 534 deletions

View File

@@ -14,7 +14,6 @@ import {
Bars3Icon,
XMarkIcon,
BellIcon,
SparklesIcon,
} from '@heroicons/react/24/outline';
import {
HomeIcon as HomeIconSolid,
@@ -24,7 +23,6 @@ import {
CalendarDaysIcon as CalendarIconSolid,
ClockIcon as ClockIconSolid,
CloudIcon as CloudIconSolid,
SparklesIcon as SparklesIconSolid,
} from '@heroicons/react/24/solid';
import { useAuth } from '../../hooks/useAuth';
@@ -55,12 +53,6 @@ const Layout = ({ children }) => {
icon: WrenchScrewdriverIcon,
iconSolid: WrenchIconSolid,
},
{
name: 'Nozzles',
href: '/nozzles',
icon: SparklesIcon,
iconSolid: SparklesIconSolid,
},
{
name: 'Products',
href: '/products',