rename wireup
This commit is contained in:
parent
245328009a
commit
3dc968cfe2
|
@ -42,6 +42,6 @@ if (typeof Realm != 'undefined') {
|
||||||
throw new Error('Missing Realm constructor - please ensure RealmReact framework is included!');
|
throw new Error('Missing Realm constructor - please ensure RealmReact framework is included!');
|
||||||
}
|
}
|
||||||
|
|
||||||
require('./wireup')(realmConstructor);
|
require('./extensions')(realmConstructor);
|
||||||
|
|
||||||
module.exports = realmConstructor;
|
module.exports = realmConstructor;
|
||||||
|
|
Loading…
Reference in New Issue