✨ bygger basen for API for henting av alle feilmeldinger fra database til frontend (#13)
This commit is contained in:
parent
f98dde2b44
commit
fc6be8f02c
5 changed files with 39 additions and 16 deletions
|
@ -75,9 +75,6 @@ export default function Feil() {
|
|||
<Button
|
||||
variant="tertiary"
|
||||
icon={<ArrowLeftIcon />}
|
||||
// onClick={() => {
|
||||
// router.push('/')
|
||||
// }}
|
||||
onClick={() => navigate("/")}
|
||||
>
|
||||
Gå tilbake til hovedmenyen
|
||||
|
|
Reference in a new issue