From d0b9b211c96255c0b4980a8388643ca4a7e32391 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 7 Dec 2020 14:46:56 -0700 Subject: [PATCH] Fix an important semicolon --- src/vector/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";