mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 08:06:29 +00:00
import
This commit is contained in:
parent
7b8a74f486
commit
fa80aa4aeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user