chore: tree shaking - unused / redundant code (#43867)
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
// eslint-disable-next-line
|
||||
import {
|
||||
// prettier ignore
|
||||
PassportConfigurator
|
||||
} from '@freecodecamp/loopback-component-passport';
|
||||
import { PassportConfigurator } from '@freecodecamp/loopback-component-passport';
|
||||
import dedent from 'dedent';
|
||||
import passport from 'passport';
|
||||
|
||||
|
@ -6,6 +6,7 @@ import { flatten } from 'lodash';
|
||||
// via the user object, then we should *not* store this so it can be garbage
|
||||
// collected.
|
||||
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
import curriculum from '../../../../config/curriculum.json';
|
||||
|
||||
export function getChallenges() {
|
||||
|
Reference in New Issue
Block a user