feat(barcode gen): added in lane exports both single and multiple intial release
This commit is contained in:
14
frontend/src/routes/(logistics)/barcodegen/index.tsx
Normal file
14
frontend/src/routes/(logistics)/barcodegen/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import BGPage from "@/components/logistics/barcodeGenerator/BGPage";
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/(logistics)/barcodegen/")({
|
||||
component: RouteComponent,
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div>
|
||||
<BGPage />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user