fix(tools): use dashed name for live version of challenge in editor (#59401)

This commit is contained in:
Anna
2025-03-25 04:17:25 -04:00
committed by GitHub
parent 2e452761a6
commit aeeae20c97
3 changed files with 8 additions and 4 deletions
@@ -1,4 +1,5 @@
export interface ChallengeContent {
name: string;
fileData: string;
dashedName: string;
}