mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
export function codemirror(): string {
|
|
return 'codemirror';
|
|
}
|