mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-09 12:00:37 -04:00
chore: rework the language audits for build (#42510)
This also reverts commit cd5c28b332.
This commit is contained in:
committed by
GitHub
parent
863c706440
commit
a378bc6dd4
@@ -7,7 +7,7 @@ import { generateIconComponent } from '../../assets/icons';
|
||||
import { Link, Spacer } from '../helpers';
|
||||
import LinkButton from '../../assets/icons/LinkButton';
|
||||
import './map.css';
|
||||
import { isAuditedCert } from '../../../../config/is-audited';
|
||||
import { isAuditedCert } from '../../../../utils/is-audited';
|
||||
import envData from '../../../../config/env.json';
|
||||
|
||||
const { curriculumLocale } = envData;
|
||||
|
||||
Reference in New Issue
Block a user