Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(editor): remove unused imports and variables
Update PromptCompiler.ts by eliminating unused imports and variables for cleaner code. This includes removing the SourceType import and unused state variable, as well as converting let to const for variables that are not reassigned.
- Loading branch information