Skip to content

Commit a5b2888

Browse files
committed
Fix linter.
1 parent b9c5ee7 commit a5b2888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/src/index.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable import/export */
2-
import { NodeOptions } from '@sentry/node';
2+
import type { NodeOptions } from '@sentry/node';
33
import { configureScope, getCurrentHub, init as nodeInit } from '@sentry/node';
44
import { logger } from '@sentry/utils';
55

0 commit comments

Comments
 (0)