This commit is contained in:
cupcakearmy 2020-09-24 19:43:23 +02:00
parent 7b8a74f486
commit fa80aa4aeb
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -1,5 +1,4 @@
<script context="module">
import WPAdapter from '../components/WPAdapter.svelte'
import { getOne } from '../lib/wp'
export async function preload() {
@ -9,6 +8,7 @@
</script>
<script>
import WPAdapter from '../components/WPAdapter.svelte'
import SimplePage from '../components/SimplePage.svelte'
export let data