fix imports in src
This commit is contained in:
parent
5ef9a2a60c
commit
32168a94e0
25 changed files with 66 additions and 66 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as settingActions from '../actions/setting';
|
||||
import { validate } from '../shared/validators/setting';
|
||||
import * as settingActions from 'actions/setting';
|
||||
import { validate } from 'shared/validators/setting';
|
||||
|
||||
export default class SettingComponent {
|
||||
constructor(wrapper, store) {
|
||||
|
|
Reference in a new issue