mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 16:16:24 +00:00
import
This commit is contained in:
parent
7b8a74f486
commit
fa80aa4aeb
@ -1,5 +1,4 @@
|
|||||||
<script context="module">
|
<script context="module">
|
||||||
import WPAdapter from '../components/WPAdapter.svelte'
|
|
||||||
import { getOne } from '../lib/wp'
|
import { getOne } from '../lib/wp'
|
||||||
|
|
||||||
export async function preload() {
|
export async function preload() {
|
||||||
@ -9,6 +8,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import WPAdapter from '../components/WPAdapter.svelte'
|
||||||
import SimplePage from '../components/SimplePage.svelte'
|
import SimplePage from '../components/SimplePage.svelte'
|
||||||
|
|
||||||
export let data
|
export let data
|
||||||
|
Loading…
Reference in New Issue
Block a user