mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-26 00:05:45 +00:00
10 lines
219 B
TypeScript
10 lines
219 B
TypeScript
import ChickinTable from "@/components/pages/production/chickin/ChickinTable";
|
|
|
|
const Chickin = () => {
|
|
return (
|
|
<section className="w-full p-4">
|
|
<ChickinTable/>
|
|
</section>
|
|
);
|
|
}
|
|
export default Chickin; |