fix(curriculum,client): move the Euler Project to its own superBlock (#49294)

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Sem Bauke
2023-03-23 16:59:13 +01:00
committed by GitHub
parent 12335030d9
commit 87d9ade1a7
514 changed files with 2185 additions and 1992 deletions
@@ -36,6 +36,7 @@ export const orderedSuperBlockInfo = [
{ dashedName: SuperBlocks.InfoSec, public: false },
{ dashedName: SuperBlocks.MachineLearningPy, public: false },
{ dashedName: SuperBlocks.CodingInterviewPrep, public: false },
{ dashedName: SuperBlocks.ProjectEuler, public: false },
{ dashedName: SuperBlocks.RelationalDb, public: false }
];