mirror of https://github.com/vector-im/riot-web
Correct path for MultiInviter
parent
a53e009198
commit
406771532d
|
@ -15,7 +15,7 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import MatrixClientPeg from './MatrixClientPeg';
|
import MatrixClientPeg from './MatrixClientPeg';
|
||||||
import MultiInviter from '../../../utils/MultiInviter';
|
import MultiInviter from './utils/MultiInviter';
|
||||||
|
|
||||||
const emailRegex = /^\S+@\S+\.\S+$/;
|
const emailRegex = /^\S+@\S+\.\S+$/;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue