refactor: rename superblocks.ts to curriculum (#55624)

This commit is contained in:
Oliver Eyton-Williams
2024-07-23 18:04:02 +02:00
committed by GitHub
parent 6d1debec1c
commit 1e25cfdf83
37 changed files with 43 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
import fs from 'fs';
import { SuperBlocks } from '../../shared/config/superblocks';
import { SuperBlocks } from '../../shared/config/curriculum';
import { challengeTypes } from '../../shared/config/challenge-types';
import { getProjectPath } from './helpers/get-project-info';
import { getMetaData, updateMetaData } from './helpers/project-metadata';