Add Footer to all pages
This commit is contained in:
@@ -7,6 +7,7 @@ import Statistik from '../components/akey/statistik'
|
||||
import Akey from '../components/akey'
|
||||
|
||||
import okiLogo from '../public/logo-512x512.png'
|
||||
import Footer from '../components/footer'
|
||||
|
||||
async function jwennDone() {
|
||||
const statistik = await jwennStats()
|
||||
@@ -27,6 +28,7 @@ export default async function Page() {
|
||||
<Container sx={{flexGrow: 100}}>
|
||||
<Statistik statistik={statistik} />
|
||||
</Container>
|
||||
<Footer />
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user