Skip to content

Commit

Permalink
Add missing styles (Fix #96)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Dec 17, 2019
1 parent a0bc43d commit 61f006f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panel/request/Query.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import "codemirror/theme/material.css";
import "codemirror/lib/codemirror";
import "codemirror/lib/codemirror.css";
import "codemirror/addon/hint/show-hint";
import "codemirror/addon/edit/closebrackets";
import "codemirror/addon/edit/matchbrackets";
Expand Down

0 comments on commit 61f006f

Please sign in to comment.