1 2 3 4 5
import type { ClientInit } from '@sveltejs/kit' export const init: ClientInit = async () => { }