mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
import "codemirror/mode/shell/shell";
|
|
CodeMirror.__mode = "shell";
|
|
export default CodeMirror;
|