add footer fix

This commit is contained in:
joseCorte-exe 2022-05-19 18:04:05 -03:00
parent 56123037c0
commit 08e1ac65aa
3 changed files with 3 additions and 8 deletions

View File

@ -3,7 +3,7 @@ import { useRouter } from 'next/router'
import { AppProps } from 'next/app'
import NProgress from 'nprogress'
import Footer from '../components/footer/Footer'
// import Footer from '../components/footer/Footer'
import Sidebar from '../components/sidebar/Sidebar'
import { GlobalStyle } from '../styles/globals'
import { AppView } from '../styles/app/AppView'

View File

@ -14,11 +14,7 @@ import FormHelperText from '@mui/material/FormHelperText';
import FormControl from '@mui/material/FormControl';
import TextField from '@mui/material/TextField';
import LineChart from '../components/graph/LineChart'
import Footer from '../components/footer/footer'
// import Footer from '../components/footer/footer'
export default function areaTest() {
@ -45,7 +41,7 @@ export default function areaTest() {
return (
<>
<Footer />
{/* <Footer /> */}
</>
)
}

View File

@ -2,7 +2,6 @@ import React, { useState } from 'react'
import Image from 'next/image';
import Link from 'next/link';
import { useRouter } from 'next/router'
import Footer from '../components/footer/footer'
import OutlinedInput from '@mui/material/OutlinedInput';
import InputLabel from '@mui/material/InputLabel';
import InputAdornment from '@mui/material/InputAdornment';