Update src/components/StandardLineChart.tsx

Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
Hristo Nedelkov 2023-08-10 10:24:34 +03:00 committed by GitHub
parent 279b7bc7b7
commit 5afe8a8cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ interface Serie {
} }
interface StandartLineChartProps { interface StandartLineChartProps {
data: Serie[] data: Series[]
} }
const StandartLineChart = ({ data }: StandartLineChartProps) => { const StandartLineChart = ({ data }: StandartLineChartProps) => {
return ( return (