add footer fix
This commit is contained in:
parent
56123037c0
commit
08e1ac65aa
@ -3,7 +3,7 @@ import { useRouter } from 'next/router'
|
|||||||
import { AppProps } from 'next/app'
|
import { AppProps } from 'next/app'
|
||||||
import NProgress from 'nprogress'
|
import NProgress from 'nprogress'
|
||||||
|
|
||||||
import Footer from '../components/footer/Footer'
|
// import Footer from '../components/footer/Footer'
|
||||||
import Sidebar from '../components/sidebar/Sidebar'
|
import Sidebar from '../components/sidebar/Sidebar'
|
||||||
import { GlobalStyle } from '../styles/globals'
|
import { GlobalStyle } from '../styles/globals'
|
||||||
import { AppView } from '../styles/app/AppView'
|
import { AppView } from '../styles/app/AppView'
|
||||||
|
|||||||
@ -14,11 +14,7 @@ import FormHelperText from '@mui/material/FormHelperText';
|
|||||||
import FormControl from '@mui/material/FormControl';
|
import FormControl from '@mui/material/FormControl';
|
||||||
import TextField from '@mui/material/TextField';
|
import TextField from '@mui/material/TextField';
|
||||||
import LineChart from '../components/graph/LineChart'
|
import LineChart from '../components/graph/LineChart'
|
||||||
import Footer from '../components/footer/footer'
|
// import Footer from '../components/footer/footer'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export default function areaTest() {
|
export default function areaTest() {
|
||||||
|
|
||||||
@ -45,7 +41,7 @@ export default function areaTest() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Footer />
|
{/* <Footer /> */}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,6 @@ import React, { useState } from 'react'
|
|||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { useRouter } from 'next/router'
|
import { useRouter } from 'next/router'
|
||||||
import Footer from '../components/footer/footer'
|
|
||||||
import OutlinedInput from '@mui/material/OutlinedInput';
|
import OutlinedInput from '@mui/material/OutlinedInput';
|
||||||
import InputLabel from '@mui/material/InputLabel';
|
import InputLabel from '@mui/material/InputLabel';
|
||||||
import InputAdornment from '@mui/material/InputAdornment';
|
import InputAdornment from '@mui/material/InputAdornment';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user