delint and i18n

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-09 10:42:58 +01:00
parent 0572d62c88
commit 8c88e9f0f4
3 changed files with 3 additions and 5 deletions

View file

@ -21,8 +21,6 @@ limitations under the License.
// Require common CSS here; this will make webpack process it into bundle.css.
// Our own CSS (which is themed) is imported via separate webpack entry points
// in webpack.config.js
import React from "react";
require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');