mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
refactor(FE): Replace UniformityTable with Uniformity page
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import { usePathname, useRouter } from 'next/navigation';
|
import { usePathname, useRouter } from 'next/navigation';
|
||||||
import Drawer from '@/components/Drawer';
|
import Drawer from '@/components/Drawer';
|
||||||
import React, { ReactNode } from 'react';
|
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';
|
import { useUiStore } from '@/stores/ui/ui.store';
|
||||||
|
|
||||||
export default function UniformityPageWrapper({
|
export default function UniformityPageWrapper({
|
||||||
@@ -40,8 +40,8 @@ export default function UniformityPageWrapper({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className='w-full p-4'>
|
<div className='w-full'>
|
||||||
<UniformityTable />
|
<Uniformity />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Drawer
|
<Drawer
|
||||||
|
|||||||
Reference in New Issue
Block a user