diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx
index 83f407d..1b5c383 100644
--- a/src/pages/dashboard.tsx
+++ b/src/pages/dashboard.tsx
@@ -15,6 +15,7 @@ import { dataEconomiaIndicador } from '../services/economiaIndicador'
import { EconomiaAcumulada } from '../services/economiaAcumulada'
import Chart from '../components/graph/Chart'
import { LineBarChart } from '../components/graph/LineBarChart'
+import { LineBarChart2 } from '../components/graph/LineBarChart2'
import { ConsumoEstimado } from '../services/consumoEstimado'
import Head from 'next/head'
import recoverUserInformation from '../services/auth'
@@ -59,7 +60,7 @@ export default function Dashboard({grossAnualGraph, grossAnualYears, grossMensal
-
+
diff --git a/src/pages/estimatedCost.tsx b/src/pages/estimatedCost.tsx
index 614aa40..73b5538 100644
--- a/src/pages/estimatedCost.tsx
+++ b/src/pages/estimatedCost.tsx
@@ -3,6 +3,7 @@ import React from 'react'
import Chart from '../components/graph/Chart'
import { LineBarChart } from '../components/graph/LineBarChart'
+import { LineBarChart2 } from '../components/graph/LineBarChart2'
import Header from '../components/header/Header'
import PageTitle from '../components/pageTitle/PageTitle'
import { ConsumoEstimado } from '../services/consumoEstimado'
@@ -17,7 +18,7 @@ export default function EstimatedCost() {
)