From 56123037c02e06e480c0a4e0d4f56ba908a5886b Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Thu, 19 May 2022 17:59:47 -0300 Subject: [PATCH] add footer import fix --- src/components/footer/Footer.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index b010fec..eff1753 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -1,4 +1,3 @@ -/* eslint-disable no-mixed-spaces-and-tabs */ import * as React from 'react'; import CssBaseline from '@mui/material/CssBaseline'; import Box from '@mui/material/Box'; @@ -6,15 +5,12 @@ import Typography from '@mui/material/Typography'; import Container from '@mui/material/Container'; import Link from '@mui/material/Link'; -import { FooterView } from './footerView' +import { FooterView } from './FooterView' export default function Footer() { return ( - -

© 2022 - Smart Energia

- - +

© 2022 - Smart Energia

); }