-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_errors.txt
More file actions
13 lines (13 loc) · 3.11 KB
/
tsc_errors.txt
File metadata and controls
13 lines (13 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
src/components/dashboard/analyse-flows-dialog.tsx(11,33): error TS2307: Cannot find module '@/app/actions/summarize-flows' or its corresponding type declarations.
src/components/dashboard/analyse-flows-dialog.tsx(31,15): error TS7006: Parameter 'result' implicitly has an 'any' type.
src/components/dashboard/anomaly-trend-chart.tsx(3,10): error TS6133: 'Line' is declared but its value is never read.
src/components/dashboard/anomaly-trend-chart.tsx(3,16): error TS6133: 'LineChart' is declared but its value is never read.
src/components/dashboard/anomaly-trend-chart.tsx(5,26): error TS6133: 'ChartTooltip' is declared but its value is never read.
src/components/dashboard/flow-detail-sheet.tsx(13,39): error TS2307: Cannot find module '@/app/actions/explain-anomaly' or its corresponding type declarations.
src/components/dashboard/flow-detail-sheet.tsx(39,15): error TS7006: Parameter 'result' implicitly has an 'any' type.
src/components/dashboard/sidebar-nav.tsx(2,1): error TS6133: 'Button' is declared but its value is never read.
src/components/dashboard/sidebar-nav.tsx(4,20): error TS6133: 'Bell' is declared but its value is never read.
src/components/dashboard/stat-card.tsx(1,52): error TS6133: 'CardDescription' is declared but its value is never read.
src/components/dashboard/user-nav.tsx(14,18): error TS6133: 'User' is declared but its value is never read.
src/context/auth-context.tsx(3,8): error TS6133: 'React' is declared but its value is never read.
src/pages/DashboardPage.tsx(4,10): error TS6133: 'BarChart' is declared but its value is never read.