From d8361be28fcb6bff6237311f2060e85bbef2da16 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 28 Jan 2026 14:45:48 +0700 Subject: [PATCH] refactor(FE): Replace UniformityTable with Uniformity page --- .../pages/production/uniformity/UniformityPageWrapper.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pages/production/uniformity/UniformityPageWrapper.tsx b/src/components/pages/production/uniformity/UniformityPageWrapper.tsx index ac14ebb5..07f313b6 100644 --- a/src/components/pages/production/uniformity/UniformityPageWrapper.tsx +++ b/src/components/pages/production/uniformity/UniformityPageWrapper.tsx @@ -3,7 +3,7 @@ import { usePathname, useRouter } from 'next/navigation'; import Drawer from '@/components/Drawer'; import React, { ReactNode } from 'react'; -import UniformityTable from '@/components/pages/production/uniformity/UniformityTable'; +import Uniformity from '@/app/production/uniformity/page'; import { useUiStore } from '@/stores/ui/ui.store'; export default function UniformityPageWrapper({ @@ -40,8 +40,8 @@ export default function UniformityPageWrapper({ return ( <> -
- +
+