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) {