Skip to content

Commit 5e936ca

Browse files
committed
linting
1 parent 1ceb8f1 commit 5e936ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
33
import * as Sentry from '@sentry/browser';
4-
import { feedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration } from "@sentry-internal/feedback";
5-
4+
import { feedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration } from '@sentry-internal/feedback';
65

76
import './index.css';
87
import App from './App';

0 commit comments

Comments
 (0)