refactor(FE): Update import paths for finance and marketing tab stores

This commit is contained in:
rstubryan
2026-02-12 15:49:26 +07:00
parent cb171118ee
commit 6aae18df54
21 changed files with 16 additions and 16 deletions
@@ -3,7 +3,7 @@
import { useState } from 'react';
import Tabs from '@/components/Tabs';
import PurchasesPerSupplierTab from '@/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab';
import { useLogisticStockTabStore } from '@/stores/logistic-stock-tab/logistic-stock-tab.store';
import { useLogisticStockTabStore } from '@/stores/report/logistic-stock-tab/logistic-stock-tab.store';
const LogisticStockTabs = () => {
const [activeTabId, setActiveTabId] = useState<string>('1');