fix(eslint): missed file rename (#4613)

This commit is contained in:
Nico Domino 2024-08-05 22:14:34 +02:00 committed by GitHub
parent fc70ef2ce7
commit e57792639d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import * as Sentry from '@sentry/sveltekit';
import type { User } from '$lib/user/userService.svelte';
import type { User } from '$lib/user/userService';
import { dev } from '$app/environment';
export function initSentry() {