Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codehagen/Badget
/ AnalyticsSectionProps
Interface
AnalyticsSectionProps
src/components/dashboard/analytics-section.tsx:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}[];
10
11
interface AnalyticsSectionProps {
12
data: SpendingTrendsData;
13
}
14
15
export function AnalyticsSection({ data }: AnalyticsSectionProps) {
16
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected