|
@@ -6,7 +6,7 @@ import * as actions from '@actions/report'
|
|
import { getWindowHeight } from '@utils/style'
|
|
import { getWindowHeight } from '@utils/style'
|
|
import ImagePicker from '../../components/imagePicker'
|
|
import ImagePicker from '../../components/imagePicker'
|
|
import RuiEditor from '../../components/editor'
|
|
import RuiEditor from '../../components/editor'
|
|
-import './templatedetail.scss'
|
|
+import './reportdetail.scss'
|
|
|
|
|
|
@connect(state => state.home, { ...actions, })
|
|
@connect(state => state.home, { ...actions, })
|
|
class ReportDetail extends Component {
|
|
class ReportDetail extends Component {
|