Add Footer to all pages

This commit is contained in:
2023-07-23 10:28:43 +04:00
parent d47f7e5585
commit b113266e2e
5 changed files with 13 additions and 1 deletions
+2
View File
@@ -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>
)
}