mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unnecessary test script
This commit is contained in:
parent
984ecae200
commit
4a0628d801
2 changed files with 1 additions and 4 deletions
|
@ -30,7 +30,6 @@
|
|||
"bcrypt": "1.0.1",
|
||||
"body-parser": "^1.13.1",
|
||||
"bufferedstream": "1.6.0",
|
||||
"codemirror": "^5.33.0",
|
||||
"connect-redis": "^3.1.0",
|
||||
"contentful": "^3.3.14",
|
||||
"cookie": "^0.2.3",
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
import { CodeMirror } from 'codemirror'
|
||||
|
||||
console.log('hello from rich text and codemirror')
|
||||
console.log('hello from rich text')
|
||||
|
|
Loading…
Reference in a new issue