mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
Updating cache
This commit is contained in:
@@ -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],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user