소스 검색

update path

MergeProblem1
CANCERYS\kw093 2 주 전
부모
커밋
8f9e94530e
1개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. +8
    -3
      src/components/NavigationContent/NavigationContent.tsx

+ 8
- 3
src/components/NavigationContent/NavigationContent.tsx 파일 보기

@@ -348,9 +348,14 @@ const NavigationContent: React.FC = () => {
path: "/settings/user",
},
{
icon: <QrCodeIcon />,
label: "QR Code Handle",
path: "/settings/qrCodeHandle",
icon: <RequestQuote />,
label: "QC Check Template",
path: "/settings/user",
},
{
icon: <RequestQuote />,
label: "QC Item All",
path: "/settings/qcItemAll",
},
// {
// icon: <RequestQuote />,


불러오는 중...
취소
저장