Move EditableStringList into the component folder
This commit is contained in:
parent
7838237f4b
commit
c4ce39f353
|
|
@ -24,7 +24,7 @@ import {
|
||||||
verifyCredentials
|
verifyCredentials
|
||||||
} from '../js/api';
|
} from '../js/api';
|
||||||
|
|
||||||
import EditableStringList from '../js/EditableStringList';
|
import EditableStringList from '../js/components/EditableStringList';
|
||||||
|
|
||||||
class PrivateCreatePage extends React.Component {
|
class PrivateCreatePage extends React.Component {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue