chore(nx): create project for codemirror

This commit is contained in:
Elian Doran
2025-05-10 18:30:09 +03:00
parent 699cb8e412
commit ddf43a5e24
10 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function codemirror(): string {
return 'codemirror';
}