🏷️(frontend) adapt typing with recent upgrade

An upgrade to @sentry/[email protected].0 changed
some typing. It is not from @sentry/types but
from @sentry/core now.
This commit is contained in:
Anthony LC
2024-12-05 23:34:06 +01:00
committed by Anthony LC
parent b69a5342d9
commit 76514a6e2b
@@ -1,5 +1,5 @@
import type { Client } from '@sentry/core';
import * as Sentry from '@sentry/nextjs';
import type { Client } from '@sentry/types';
import { create } from 'zustand';
import packageJson from '../../package.json';