mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): source superblock intros from curriculum (#66328)
This commit is contained in:
committed by
GitHub
parent
e8052b52c2
commit
b72d31c209
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user