Minor style changes

This commit is contained in:
Ludwig Schubert
2017-08-24 10:30:09 -07:00
parent 50a3a49fd5
commit 8d23e288ae
4 changed files with 8 additions and 8 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
/* Static styles and other modules */
import './styles/styles';
import katex from 'katex';
// import katex from 'katex';
/* Components */
import { Abstract } from './components/d-abstract';
@@ -43,4 +43,5 @@ function defineComponents() {
}
defineComponents();
window.katex = katex;
window.DMath = DMath;