Skip to content

Commit

Permalink
chore: Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sasjo committed Aug 8, 2024
1 parent 780db80 commit feedbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/js/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
Switch,
Route,
} from 'react-router-dom';
import { withLDConsumer, camelCaseKeys } from 'launchdarkly-react-client-sdk';
import { withLDConsumer } from 'launchdarkly-react-client-sdk';
import PropTypes from 'prop-types';
import { jwtDecode } from 'jwt-decode';
import Login from './Login';
Expand Down

0 comments on commit feedbb5

Please sign in to comment.