mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
merge conflict
This commit is contained in:
@@ -6,7 +6,6 @@ import Login from './login/containers/Main';
|
||||
import reducer from './login/reducer';
|
||||
import ChangePassword from './profile-settings/containers/ChangePassword';
|
||||
import Profile from './profile-settings/containers/Profile';
|
||||
import ChangeUsername from './profile-settings/containers/ChangeUsername';
|
||||
|
||||
export default {
|
||||
reducer,
|
||||
@@ -15,7 +14,6 @@ export default {
|
||||
stream: [UserBox, SignInButton, SetUsernameDialog],
|
||||
login: [Login],
|
||||
profileHeader: [Profile],
|
||||
profileHeader: [ChangeUsername],
|
||||
profileSettings: [ChangePassword],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user