add footer import fix
This commit is contained in:
parent
aa9540c4e4
commit
56123037c0
@ -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 (
|
||||
<FooterView>
|
||||
|
||||
<p>© 2022 - Smart Energia </p>
|
||||
|
||||
|
||||
<p>© 2022 - Smart Energia </p>
|
||||
</FooterView>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user