Skip to content

Commit 01591d9

Browse files
chore: remove export from unused type
1 parent c5ddec7 commit 01591d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/types/chart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type EvolutionData =
2323
| MonthlyDataPoint[]
2424
| YearlyDataPoint[]
2525

26-
export type EvolutionOptionsBase = {
26+
type EvolutionOptionsBase = {
2727
startDate?: string
2828
endDate?: string
2929
}

0 commit comments

Comments
 (0)