mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 16:35:23 +02:00
Fix Vercel build error: Restore broken interface definition in ForecastView.tsx
This commit is contained in:
@@ -12,6 +12,11 @@ import {
|
|||||||
LineChart, Line, Legend, ComposedChart, Area
|
LineChart, Line, Legend, ComposedChart, Area
|
||||||
} from 'recharts';
|
} from 'recharts';
|
||||||
|
|
||||||
|
interface ForecastViewProps {
|
||||||
|
data: ProductForecastData[];
|
||||||
|
filters: FilterState;
|
||||||
|
onFilterChange: (newFilters: FilterState) => void;
|
||||||
|
stockMap: Map<string, number>;
|
||||||
top50Mode: 'eu' | 'uk';
|
top50Mode: 'eu' | 'uk';
|
||||||
vendorStockMap?: Map<string, { eu: number; uk: number }>;
|
vendorStockMap?: Map<string, { eu: number; uk: number }>;
|
||||||
vendorStockFilter: string[];
|
vendorStockFilter: string[];
|
||||||
|
|||||||
Reference in New Issue
Block a user