refactor(client): source superblock intros from curriculum (#66328)

This commit is contained in:
Oliver Eyton-Williams
2026-03-11 16:53:10 +01:00
committed by GitHub
parent e8052b52c2
commit b72d31c209
80 changed files with 26 additions and 928 deletions
-4
View File
@@ -1028,8 +1028,4 @@ const certsToProjects = allStandardCerts.reduce((acc, curr) => {
};
}, {} as CertsToProjects);
export type CertTitle =
| (typeof liveCerts)[number]['title']
| 'Legacy Full-Stack';
export { liveCerts, certsToProjects, allCerts };