mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
import 'codemirror/mode/htmlmixed/htmlmixed';
|
|
CodeMirror.__mode = 'htmlmixed';
|
|
export default CodeMirror;
|