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

); }