mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #15912 from vector-im/travis/semicolon
Fix an important semicolon
This commit is contained in:
commit
c41f164c75
@ -23,7 +23,7 @@ limitations under the License.
|
|||||||
// in webpack.config.js
|
// in webpack.config.js
|
||||||
require('gfm.css/gfm.css');
|
require('gfm.css/gfm.css');
|
||||||
require('highlight.js/styles/github.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.
|
// These are things that can run before the skin loads - be careful not to reference the react-sdk though.
|
||||||
import {parseQsFromFragment} from "./url_utils";
|
import {parseQsFromFragment} from "./url_utils";
|
||||||
|
Loading…
Reference in New Issue
Block a user