mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
fix(eslint): missed file rename (#4613)
This commit is contained in:
parent
fc70ef2ce7
commit
e57792639d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user