1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00

Basic structure of a react SDK and start of an implementation.

This commit is contained in:
David Baker
2015-06-09 17:40:42 +01:00
commit c42733ec95
15 changed files with 407 additions and 0 deletions

1
src/index.js Normal file
View File

@ -0,0 +1 @@
module.exports.MatrixChat = require("./pages/MatrixChat");