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
@@ -13,6 +13,7 @@ import EkriTeks from '../../components/soumet/ekri-teks'
import {jwennUserEpiToken, jwennUserEpiUsername} from '../../lib/oki-api'
import NewPassword from '../../components/password/new-password'
import ChwaTeks from '../../components/soumet/chwa-teks'
import Footer from '../../components/footer'
const Alert = forwardRef(function Alert(props, ref) {
return <MuiAlert ref={ref} elevation={6} variant='filled' {...props} />
@@ -103,6 +104,7 @@ export default function Pwopose() {
</Snackbar>
)}
</Box>
<Footer />
</Box>
)
}