/** * Browser detection utility. * * Uses SvelteKit's native browser detection which is more reliable * and doesn't require external dependencies. * * @see https://kit.svelte.dev/docs/modules#$app-environment */ export { browser } from '$app/environment';