feat(materials): added in comsumption card to consume based on running nr

This commit is contained in:
2025-03-10 16:18:25 -05:00
parent 6c4e14fad3
commit 9df643ce6b
3 changed files with 129 additions and 7 deletions

View File

@@ -3,6 +3,17 @@ import {createFileRoute} from "@tanstack/react-router";
export const Route = createFileRoute("/(logistics)/materialHelper/")({
component: RouteComponent,
head: () => ({
meta: [
{
name: "description",
content: "My App is a web application",
},
{
title: "LST - Logistics",
},
],
}),
});
function RouteComponent() {