@ -26,61 +26,32 @@ limitations under the License.
module . exports . components = require ( 'matrix-react-sdk/lib/component-index' ) . components ;
import structures$BottomLeftMenu from './components/structures/BottomLeftMenu' ;
module . exports . components [ 'structures.BottomLeftMenu' ] = structures$BottomLeftMenu ;
import structures$CompatibilityPage from './components/structures/CompatibilityPage' ;
module . exports . components [ 'structures.CompatibilityPage' ] = structures$CompatibilityPage ;
import structures$LeftPanel from './components/structures/LeftPanel' ;
module . exports . components [ 'structures.LeftPanel' ] = structures$LeftPanel ;
import structures$RightPanel from './components/structures/RightPanel' ;
module . exports . components [ 'structures.RightPanel' ] = structures$RightPanel ;
import structures$RoomDirectory from './components/structures/RoomDirectory' ;
module . exports . components [ 'structures.RoomDirectory' ] = structures$RoomDirectory ;
import structures$RoomSubList from './components/structures/RoomSubList' ;
module . exports . components [ 'structures.RoomSubList' ] = structures$RoomSubList ;
import structures$SearchBox from './components/structures/SearchBox' ;
module . exports . components [ 'structures.SearchBox' ] = structures$SearchBox ;
import structures$ViewSource from './components/structures/ViewSource' ;
module . exports . components [ 'structures.ViewSource' ] = structures$ViewSource ;
import views$context _menus$MessageContextMenu from './components/views/context_menus/MessageContextMenu' ;
module . exports . components [ 'views.context_menus.MessageContextMenu' ] = views$context _menus$MessageContextMenu ;
import views$context _menus$NotificationStateContextMenu from './components/views/context_menus/NotificationStateContextMenu' ;
module . exports . components [ 'views.context_menus.NotificationStateContextMenu' ] = views$context _menus$NotificationStateContextMenu ;
import views$context _menus$RoomTagContextMenu from './components/views/context_menus/RoomTagContextMenu' ;
module . exports . components [ 'views.context_menus.RoomTagContextMenu' ] = views$context _menus$RoomTagContextMenu ;
import views$dialogs$ChangelogDialog from './components/views/dialogs/ChangelogDialog' ;
module . exports . components [ 'views.dialogs.ChangelogDialog' ] = views$dialogs$ChangelogDialog ;
import views$directory$NetworkDropdown from './components/views/directory/NetworkDropdown' ;
module . exports . components [ 'views.directory.NetworkDropdown' ] = views$directory$NetworkDropdown ;
import views$elements$ImageView from './components/views/elements/ImageView' ;
module . exports . components [ 'views.elements.ImageView' ] = views$elements$ImageView ;
import views$elements$Spinner from './components/views/elements/Spinner' ;
module . exports . components [ 'views.elements.Spinner' ] = views$elements$Spinner ;
import views$globals$GuestWarningBar from './components/views/globals/GuestWarningBar' ;
module . exports . components [ 'views.globals.GuestWarningBar' ] = views$globals$GuestWarningBar ;
import views$globals$MatrixToolbar from './components/views/globals/MatrixToolbar' ;
module . exports . components [ 'views.globals.MatrixToolbar' ] = views$globals$MatrixToolbar ;
import views$globals$NewVersionBar from './components/views/globals/NewVersionBar' ;
module . exports . components [ 'views.globals.NewVersionBar' ] = views$globals$NewVersionBar ;
import views$login$VectorCustomServerDialog from './components/views/login/VectorCustomServerDialog' ;
module . exports . components [ 'views.login.VectorCustomServerDialog' ] = views$login$VectorCustomServerDialog ;
import views$login$VectorLoginFooter from './components/views/login/VectorLoginFooter' ;
module . exports . components [ 'views.login.VectorLoginFooter' ] = views$login$VectorLoginFooter ;
import views$login$VectorLoginHeader from './components/views/login/VectorLoginHeader' ;
module . exports . components [ 'views.login.VectorLoginHeader' ] = views$login$VectorLoginHeader ;
import views$messages$DateSeparator from './components/views/messages/DateSeparator' ;
module . exports . components [ 'views.messages.DateSeparator' ] = views$messages$DateSeparator ;
import views$messages$MessageTimestamp from './components/views/messages/MessageTimestamp' ;
module . exports . components [ 'views.messages.MessageTimestamp' ] = views$messages$MessageTimestamp ;
import views$rooms$DNDRoomTile from './components/views/rooms/DNDRoomTile' ;
module . exports . components [ 'views.rooms.DNDRoomTile' ] = views$rooms$DNDRoomTile ;
import views$rooms$RoomDropTarget from './components/views/rooms/RoomDropTarget' ;
module . exports . components [ 'views.rooms.RoomDropTarget' ] = views$rooms$RoomDropTarget ;
import views$rooms$RoomTooltip from './components/views/rooms/RoomTooltip' ;
module . exports . components [ 'views.rooms.RoomTooltip' ] = views$rooms$RoomTooltip ;
import views$rooms$SearchBar from './components/views/rooms/SearchBar' ;
module . exports . components [ 'views.rooms.SearchBar' ] = views$rooms$SearchBar ;
import views$settings$IntegrationsManager from './components/views/settings/IntegrationsManager' ;
module . exports . components [ 'views.settings.IntegrationsManager' ] = views$settings$IntegrationsManager ;
import views$settings$Notifications from './components/views/settings/Notifications' ;
module . exports . components [ 'views.settings.Notifications' ] = views$settings$Notifications ;
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' ) ;
module . exports . components [ 'structures.SearchBox' ] = require ( './components/structures/SearchBox' ) ;
module . exports . components [ 'structures.ViewSource' ] = require ( './components/structures/ViewSource' ) ;
module . exports . components [ 'views.context_menus.MessageContextMenu' ] = require ( './components/views/context_menus/MessageContextMenu' ) ;
module . exports . components [ 'views.context_menus.NotificationStateContextMenu' ] = require ( './components/views/context_menus/NotificationStateContextMenu' ) ;
module . exports . components [ 'views.context_menus.RoomTagContextMenu' ] = require ( './components/views/context_menus/RoomTagContextMenu' ) ;
module . exports . components [ 'views.dialogs.ChangelogDialog' ] = require ( './components/views/dialogs/ChangelogDialog' ) ;
module . exports . components [ 'views.directory.NetworkDropdown' ] = require ( './components/views/directory/NetworkDropdown' ) ;
module . exports . components [ 'views.elements.ImageView' ] = require ( './components/views/elements/ImageView' ) ;
module . exports . components [ 'views.elements.Spinner' ] = require ( './components/views/elements/Spinner' ) ;
module . exports . components [ 'views.globals.GuestWarningBar' ] = require ( './components/views/globals/GuestWarningBar' ) ;
module . exports . components [ 'views.globals.MatrixToolbar' ] = require ( './components/views/globals/MatrixToolbar' ) ;
module . exports . components [ 'views.globals.NewVersionBar' ] = require ( './components/views/globals/NewVersionBar' ) ;
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' ) ;
module . exports . components [ 'views.messages.DateSeparator' ] = require ( './components/views/messages/DateSeparator' ) ;
module . exports . components [ 'views.messages.MessageTimestamp' ] = require ( './components/views/messages/MessageTimestamp' ) ;
module . exports . components [ 'views.rooms.DNDRoomTile' ] = require ( './components/views/rooms/DNDRoomTile' ) ;
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' ) ;
module . exports . components [ 'views.settings.IntegrationsManager' ] = require ( './components/views/settings/IntegrationsManager' ) ;
module . exports . components [ 'views.settings.Notifications' ] = require ( './components/views/settings/Notifications' ) ;