Add update vendor logic

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-18 14:24:10 +01:00
parent ebdf14645d
commit 2d5514e45d
17 changed files with 1414 additions and 303 deletions

View File

@@ -19,6 +19,7 @@ import {
BreadcrumbProvider,
useBreadcrumb,
} from "@/contexts/BreadcrumbContext";
import { Toaster } from "@/components/ui/toaster";
function BreadcrumbNavigation() {
const location = useLocation();
@@ -90,6 +91,7 @@ export default function ConsoleLayout() {
</header>
<div className="flex flex-1 flex-col gap-4 p-4 pt-0">
<Outlet />
<Toaster />
</div>
</SidebarInset>
</SidebarProvider>