mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 01:01:16 -04:00
chore: tree shaking - unused / redundant code (#43867)
This commit is contained in:
@@ -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