aboutsummaryrefslogtreecommitdiff
path: root/hooks/client.ts
blob: 844ac2c8f4e659750c41bd8afc743fa49b51ffa2 (plain)
1
2
3
4
5
import type { ClientInit } from '@sveltejs/kit'

export const init: ClientInit = async () => {
}