Updating cache

This commit is contained in:
okbel
2018-05-01 17:18:58 -03:00
parent 5eead8b7ee
commit ff7ee2aefc
12 changed files with 216 additions and 58 deletions
+7 -1
View File
@@ -5,12 +5,18 @@ import translations from './translations.yml';
import Login from './login/containers/Main';
import reducer from './login/reducer';
import DeleteMyAccount from './profile-settings/containers/DeleteMyAccount';
import AccountDeletionRequestedSign from './stream/containers/AccountDeletionRequestedSign';
export default {
reducer,
translations,
slots: {
stream: [UserBox, SignInButton, SetUsernameDialog],
stream: [
AccountDeletionRequestedSign,
UserBox,
SignInButton,
SetUsernameDialog,
],
login: [Login],
profileSettings: [DeleteMyAccount],
},