refactor(FE): Rename and update paths for ProductionResult components

This commit is contained in:
rstubryan
2026-02-13 09:55:22 +07:00
parent d312da4c66
commit ceb594a4cc
3 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
import { useState } from 'react';
import Tabs from '@/components/Tabs';
import ProductionResultTab from '@/components/pages/report/production-result/tab/ProductionResultTab';
import ProductionResultTab from '@/components/pages/report/production-result/tab/ProductionResultProjectFlockKandangTab';
import { useReportTabStore } from '@/stores/report/report-tab.store';
const ProductionResultTabs = () => {
@@ -9,7 +9,7 @@ import { Icon } from '@iconify/react';
import Button from '@/components/Button';
import Dropdown from '@/components/dropdown/Dropdown';
import SelectInput, { useSelect } from '@/components/input/SelectInput';
import ProductionResultProjectFlockKandangTable from '@/components/pages/report/production-result/ProductionResultProjectFlockKandangTable';
import ProductionResultProjectFlockKandangTable from '@/components/pages/report/production-result/tab/ProductionResultProjectFlockKandangTable';
import { useFormik } from 'formik';
import {
ProductionResultFilterSchema,