Correct path for MultiInviter

pull/21833/head
David Baker 2016-09-13 14:56:54 +01:00
parent a53e009198
commit 406771532d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
import MatrixClientPeg from './MatrixClientPeg';
import MultiInviter from '../../../utils/MultiInviter';
import MultiInviter from './utils/MultiInviter';
const emailRegex = /^\S+@\S+\.\S+$/;