1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Oops: the file modifications for making it log in.

This commit is contained in:
David Baker
2015-06-11 18:25:29 +01:00
parent a3126477bd
commit add78c6e92
6 changed files with 147 additions and 24 deletions

View File

@@ -1 +1,2 @@
module.exports = new require("flux").Dispatcher();
var flux = require("flux");
module.exports = new flux.Dispatcher();