mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
6221b2b1a5
chore: rename files
5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
export interface SuperBlock {
|
|
name: string;
|
|
path: string;
|
|
}
|