mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor: rename superblocks.ts to curriculum (#55624)
This commit is contained in:
committed by
GitHub
parent
6d1debec1c
commit
1e25cfdf83
@@ -5,7 +5,7 @@ import { prompt } from 'inquirer';
|
||||
import { format } from 'prettier';
|
||||
import ObjectID from 'bson-objectid';
|
||||
|
||||
import { SuperBlocks } from '../../shared/config/superblocks';
|
||||
import { SuperBlocks } from '../../shared/config/curriculum';
|
||||
import { createStepFile, validateBlockName } from './utils';
|
||||
import { getSuperBlockSubPath } from './fs-utils';
|
||||
import { Meta } from './helpers/project-metadata';
|
||||
|
||||
Reference in New Issue
Block a user