Skip to content

Commit

Permalink
rename seo import
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 25, 2023
1 parent 7e086d7 commit ba603a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(default)/privacy/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script>
import Seo from '../../../components/seo.svelte';
import Metadata from '../../../components/metadata.svelte';
</script>

<Seo title="Personvernerklæring" />
<Metadata title="Personvernerklæring" />

<div class="content">
<h1>Personvern­erklæring</h1>
Expand Down

0 comments on commit ba603a3

Please sign in to comment.