Skip to content

Commit

Permalink
Merge branch 'develop_3x' into dev-7
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Mar 26, 2024
2 parents dca9d45 + 010f71f commit 1646b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/printBarcode/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ import { FormattedMessage } from "react-intl";
import { Column, Grid, Heading, Section } from "@carbon/react";
import ExistingOrder from "./ExistingOrder";
import PrePrint from "./PrePrint";
import PageBreadCrumb from "../common/PageBreadCrumb.js";

let breadcrumbs = [{ label: "home.label", link: "/" }];
const PrintBarcode = () => {
return (
<div>
<PageBreadCrumb breadcrumbs={breadcrumbs} />
<Grid fullWidth={true}>
<Column lg={16} md={8} sm={4}>
<Section>
Expand Down

0 comments on commit 1646b67

Please sign in to comment.