mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 13:00:51 -04:00
refactor: rename superblocks.ts to curriculum (#55624)
This commit is contained in:
committed by
GitHub
parent
6d1debec1c
commit
1e25cfdf83
@@ -1,5 +1,5 @@
|
||||
import { challengeTypes } from '../../../shared/config/challenge-types';
|
||||
import { SuperBlocks } from '../../../shared/config/superblocks';
|
||||
import { SuperBlocks } from '../../../shared/config/curriculum';
|
||||
|
||||
// Show a grid layout on the superblock level
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { SuperBlocks } from '../../../shared/config/superblocks';
|
||||
import { SuperBlocks } from '../../../shared/config/curriculum';
|
||||
|
||||
export function isOldRespCert(superBlock: string): boolean {
|
||||
return superBlock === String(SuperBlocks.RespWebDesign);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import i18next from 'i18next';
|
||||
import { SuperBlocks } from '../../../shared/config/superblocks';
|
||||
import { SuperBlocks } from '../../../shared/config/curriculum';
|
||||
|
||||
// these are keys from i18n translations.json files
|
||||
enum SuperBlockI18nKeys {
|
||||
|
||||
Reference in New Issue
Block a user