chore: remove sentry import

This commit is contained in:
Matthew Russell
2023-02-06 11:36:54 -08:00
parent 083c55f09d
commit 2cc81c8a96
@@ -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<T> {
loading: boolean;