From d8988513e9efd90a33e9c1ed19296323e18f2a5f Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Thu, 14 Jul 2022 10:05:47 -0300 Subject: [PATCH] fixing imports --- src/pages/grossSavings/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/grossSavings/index.tsx b/src/pages/grossSavings/index.tsx index 50d7afc..4b598ce 100644 --- a/src/pages/grossSavings/index.tsx +++ b/src/pages/grossSavings/index.tsx @@ -4,7 +4,7 @@ import { parseCookies } from 'nookies' import React from 'react' import Chart from '../../components/graph/Chart' -import { GrossAnulChart } from '../../components/graph/grossAnualChart/GrossAnualChart' +import { GrossAnualChart } from '../../components/graph/grossAnualChart/GrossAnualChart' import { SingleBar } from '../../components/graph/SingleBar' import Header from '../../components/header/Header' import PageTitle from '../../components/pageTitle/PageTitle' @@ -23,7 +23,7 @@ export default function GrossSavings({graphData, years, userName}: any) {
-