Fix an important semicolon

This commit is contained in:
Travis Ralston 2020-12-07 14:46:56 -07:00
parent 79303ec387
commit d0b9b211c9

View file

@ -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";