diff --git a/.gitignore b/.gitignore index e491909..0b46755 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,3 @@ vite.config.ts.timestamp-* data data.json radata - -# Sentry Auth Token -.sentryclirc diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2d1ed09..d752b02 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -17,7 +17,6 @@ import { page } from '$app/stores'; import { goto } from '$app/navigation'; import Logo from '$lib/components/Logo.svelte'; - import { handleError } from '../hooks.client'; import { onMount } from 'svelte'; import { testConnection } from '$lib/gun/gunStore'; $: showRoomShare = $page.params?.name !== undefined;