Skip to content

Commit ac749fb

Browse files
fix import
1 parent 65bb1ac commit ac749fb

File tree

1 file changed

+1
-1
lines changed
  • packages/tracing-internal/src/browser/web-vitals

1 file changed

+1
-1
lines changed

packages/tracing-internal/src/browser/web-vitals/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import type { Integration, Transaction, TransactionContext, User } from '@sentry/types';
17+
import type { Transaction, TransactionContext, User } from '@sentry/types';
1818
import type { FirstInputPolyfillCallback } from './types/polyfills';
1919

2020
export * from './types/base';

0 commit comments

Comments
 (0)