File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
2
import { connect } from 'react-redux' ;
3
- // import PropTypes from 'prop-types';
4
3
import { MuiThemeProvider } from '@material-ui/core/styles' ;
5
4
import LinearProgress from '@material-ui/core/LinearProgress' ;
6
5
import LeftContainer from './LeftContainer' ;
7
6
import MainContainer from './MainContainer' ;
8
- // import RightContainer from './RightContainer.jsx';
9
- // import convertIdsToObjs from '../utils/convertIdsToObjs.util';
10
- import theme from '../components/theme.ts' ;
11
- import { loadInitData } from '../actions/components' ;
7
+ import theme from '../components/theme' ;
8
+ import { loadInitData } from '../actions/components.js' ;
12
9
13
10
const mapStateToProps = store => ( {
14
11
components : store . workspace . components ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments