mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 13:15:24 +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
|
||||
} from 'recharts';
|
||||
|
||||
interface ForecastViewProps {
|
||||
data: ProductForecastData[];
|
||||
filters: FilterState;
|
||||
onFilterChange: (newFilters: FilterState) => void;
|
||||
stockMap: Map<string, number>;
|
||||
top50Mode: 'eu' | 'uk';
|
||||
vendorStockMap?: Map<string, { eu: number; uk: number }>;
|
||||
vendorStockFilter: string[];
|
||||
|
||||
Reference in New Issue
Block a user