hf-fast / src /routes /+page.ts
hlarcher's picture
hlarcher HF Staff
feat: enhance bandwidth test with client and server information display
feb8590 unverified
raw
history blame
133 Bytes
import type { PageLoad } from './$types';
export const ssr = false;
export const load: PageLoad = ({ params }) => {
return {};
};