feat: file path above each code snippet

This commit is contained in:
Akhileshrangani4
2024-12-01 14:28:48 -05:00
parent 1630a5a9cd
commit 0ae89341d2
6 changed files with 73 additions and 24 deletions

View File

@ -1284,6 +1284,7 @@ export default function CodeEditor({
lastCopiedRangeRef={lastCopiedRangeRef}
files={files}
templateType={sandboxData.type}
projectName={sandboxData.name}
handleApplyCode={handleApplyCode}
mergeDecorationsCollection={mergeDecorationsCollection}
setMergeDecorationsCollection={setMergeDecorationsCollection}