diff --git a/src/vector/index.ts b/src/vector/index.ts index a3a7bbb90c..d9c63755f6 100644 --- a/src/vector/index.ts +++ b/src/vector/index.ts @@ -23,7 +23,7 @@ limitations under the License. // in webpack.config.js require('gfm.css/gfm.css'); require('highlight.js/styles/github.css'); -require('katex/dist/katex.css') +require('katex/dist/katex.css'); // These are things that can run before the skin loads - be careful not to reference the react-sdk though. import {parseQsFromFragment} from "./url_utils";