Skip to content

Commit

Permalink
style: newline before utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Mar 8, 2024
1 parent e26248b commit 0744a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import theme from 'theme';
import 'index.css';

import App from 'App';

import { escapeStringRegex } from 'utils';

if (SENTRY_ENABLED) {
Expand Down

0 comments on commit 0744a8c

Please sign in to comment.