Skip to content

Commit

Permalink
remove menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosvik committed Apr 10, 2024
1 parent ec66e3c commit c7aeb90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Card, List } from '@digdir/designsystemet-react';
description='Våre retningslinjer for kontrast'
/>

export default ({ children, menu }) => (
export default ({ children }) => (
<PageLayout
content={children}
data={{
Expand Down

0 comments on commit c7aeb90

Please sign in to comment.