chore: Remove unused data

This commit is contained in:
ditatompel 2024-06-03 17:15:50 +07:00
parent f3fee53ac8
commit 9923eb95d4
No known key found for this signature in database
GPG key ID: 31D3D06D77950979
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/** @type {import('./$types').PageLoad} */
export async function load({ data }) {
export async function load() {
return {
meta: {
title: 'Monero Remote Node',

View file

@ -1,5 +1,5 @@
/** @type {import('./$types').PageLoad} */
export async function load({ data }) {
export async function load() {
/* prettier-ignore */
return {
meta: {

View file

@ -1,5 +1,5 @@
/** @type {import('./$types').PageLoad} */
export async function load({ data }) {
export async function load() {
/* prettier-ignore */
return {
meta: {