mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
11 lines
218 B
TypeScript
11 lines
218 B
TypeScript
import ChickinTable from '@/components/pages/production/chickin/ChickinTable';
|
|
|
|
const Chickin = () => {
|
|
return (
|
|
<section className='w-full'>
|
|
<ChickinTable />
|
|
</section>
|
|
);
|
|
};
|
|
export default Chickin;
|