Skip to content

Commit

Permalink
chore: removing index import
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop authored Jan 16, 2025
1 parent 5289808 commit 88af1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-app/src/components/CodeEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import StyledWrapper from './StyledWrapper';
import * as jsonlint from '@prantlf/jsonlint';
import { JSHINT } from 'jshint';
import stripJsonComments from 'strip-json-comments';
import { getAllVariables } from 'utils/collections/index';
import { getAllVariables } from 'utils/collections';

let CodeMirror;
const SERVER_RENDERED = typeof window === 'undefined' || global['PREVENT_CODEMIRROR_RENDER'] === true;
Expand Down

0 comments on commit 88af1d2

Please sign in to comment.