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 = () => {