Use stuff on page load function

This commit is contained in:
2021-10-12 00:06:14 +02:00
parent cd2b234728
commit 80a972253f
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
<script context="module" lang="ts">
import { fetchAPI } from '$utils/api'
export async function load ({ page, session, fetch, context }) {
export async function load ({ page, fetch, session, stuff }) {
const res = await fetchAPI(`
query {
locations: location (filter: { status: { _eq: "published" }}) {