Browse Source

fix(tests) Remove import that wasn't caught in pr (#30018)

The imported file was removed but the build in the previous pull request
didn't catch this.
Mark Story 3 years ago
parent
commit
a60dbeeb02
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/js/sentry-test/index.jsx

+ 0 - 1
tests/js/sentry-test/index.jsx

@@ -1,4 +1,3 @@
 export * from './charts';
 export * from './initializeOrg';
 export * from './mockRouterPush';
-export * from './select';