Skip to content

Commit bd91fe2

Browse files
committed
Import css for better compile speed and stability
1 parent e2f76f7 commit bd91fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { LoadingSpinner } from '@metacell/geppetto-meta-client/components';
88
import { NetPyNE } from './components';
99
import theme from './theme';
1010
import store from './redux/store';
11-
import '@metacell/geppetto-meta-ui/flex-layout/style/dark.scss';
11+
import '@metacell/geppetto-meta-ui/flex-layout/style/dark.css';
1212

1313
global.GEPPETTO_CONFIGURATION = require('./GeppettoConfiguration.json');
1414
const { initGeppetto } = require('@metacell/geppetto-meta-client/GEPPETTO');

0 commit comments

Comments
 (0)