diff --git a/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx b/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx index ed7024481..a9251cd6f 100644 --- a/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx +++ b/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx @@ -1,7 +1,6 @@ import { Splash } from '../splash'; import type { ReactNode } from 'react'; import { t } from '@vegaprotocol/react-helpers'; -import * as Sentry from '@sentry/react'; interface AsyncRendererProps { loading: boolean;