Skip to content

Commit d3d7dc6

Browse files
committed
Appease lint
1 parent d5be946 commit d3d7dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import {
1818
ABOUT_US_TITLE,
1919
APP_TITLE,
2020
} from '../utils'
21-
import { Integrations } from "@sentry/tracing";
22-
import * as Sentry from "@sentry/react";
21+
import { Integrations } from '@sentry/tracing'
22+
import * as Sentry from '@sentry/react'
2323

2424
Sentry.init({
2525
dsn: process.env.SENTRY_DSN,

0 commit comments

Comments
 (0)