2015-11-30 12:31:32 -05:00
|
|
|
/*
|
2016-01-06 23:17:56 -05:00
|
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
2015-11-30 12:31:32 -05:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* THIS FILE IS AUTO-GENERATED
|
|
|
|
* You can edit it you like, but your changes will be overwritten,
|
|
|
|
* so you'd just be trying to swim upstream like a salmon.
|
|
|
|
* You are not a salmon.
|
2016-04-14 21:23:12 -04:00
|
|
|
*
|
|
|
|
* To update it, run:
|
|
|
|
* ./reskindex.js -h header
|
2015-11-30 12:31:32 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports.components = require('matrix-react-sdk/lib/component-index').components;
|
|
|
|
|
2015-12-01 13:31:13 -05:00
|
|
|
module.exports.components['structures.BottomLeftMenu'] = require('./components/structures/BottomLeftMenu');
|
|
|
|
module.exports.components['structures.CompatibilityPage'] = require('./components/structures/CompatibilityPage');
|
|
|
|
module.exports.components['structures.LeftPanel'] = require('./components/structures/LeftPanel');
|
|
|
|
module.exports.components['structures.RightPanel'] = require('./components/structures/RightPanel');
|
|
|
|
module.exports.components['structures.RoomDirectory'] = require('./components/structures/RoomDirectory');
|
|
|
|
module.exports.components['structures.RoomSubList'] = require('./components/structures/RoomSubList');
|
2016-04-14 21:23:12 -04:00
|
|
|
module.exports.components['structures.SearchBox'] = require('./components/structures/SearchBox');
|
2015-12-01 13:31:13 -05:00
|
|
|
module.exports.components['structures.ViewSource'] = require('./components/structures/ViewSource');
|
2015-11-30 12:31:32 -05:00
|
|
|
module.exports.components['views.elements.ImageView'] = require('./components/views/elements/ImageView');
|
|
|
|
module.exports.components['views.elements.Spinner'] = require('./components/views/elements/Spinner');
|
2016-01-28 08:00:44 -05:00
|
|
|
module.exports.components['views.globals.GuestWarningBar'] = require('./components/views/globals/GuestWarningBar');
|
2015-12-01 13:31:13 -05:00
|
|
|
module.exports.components['views.globals.MatrixToolbar'] = require('./components/views/globals/MatrixToolbar');
|
2016-02-03 11:16:14 -05:00
|
|
|
module.exports.components['views.globals.NewVersionBar'] = require('./components/views/globals/NewVersionBar');
|
2016-01-11 11:24:04 -05:00
|
|
|
module.exports.components['views.login.VectorCustomServerDialog'] = require('./components/views/login/VectorCustomServerDialog');
|
|
|
|
module.exports.components['views.login.VectorLoginFooter'] = require('./components/views/login/VectorLoginFooter');
|
|
|
|
module.exports.components['views.login.VectorLoginHeader'] = require('./components/views/login/VectorLoginHeader');
|
2015-12-01 13:31:13 -05:00
|
|
|
module.exports.components['views.messages.DateSeparator'] = require('./components/views/messages/DateSeparator');
|
2015-11-30 12:31:32 -05:00
|
|
|
module.exports.components['views.messages.MessageTimestamp'] = require('./components/views/messages/MessageTimestamp');
|
2015-12-01 13:31:13 -05:00
|
|
|
module.exports.components['views.messages.SenderProfile'] = require('./components/views/messages/SenderProfile');
|
|
|
|
module.exports.components['views.rooms.BottomLeftMenuTile'] = require('./components/views/rooms/BottomLeftMenuTile');
|
|
|
|
module.exports.components['views.rooms.MessageContextMenu'] = require('./components/views/rooms/MessageContextMenu');
|
2015-11-30 12:31:32 -05:00
|
|
|
module.exports.components['views.rooms.RoomDNDView'] = require('./components/views/rooms/RoomDNDView');
|
2015-12-01 13:31:13 -05:00
|
|
|
module.exports.components['views.rooms.RoomDropTarget'] = require('./components/views/rooms/RoomDropTarget');
|
|
|
|
module.exports.components['views.rooms.RoomTooltip'] = require('./components/views/rooms/RoomTooltip');
|
|
|
|
module.exports.components['views.rooms.SearchBar'] = require('./components/views/rooms/SearchBar');
|
2016-01-11 11:24:04 -05:00
|
|
|
module.exports.components['views.settings.Notifications'] = require('./components/views/settings/Notifications');
|