Settings -> Profile

This commit is contained in:
Tom Moor
2018-05-28 22:58:57 -07:00
parent aa9ed09f08
commit 35f6255dbd
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
// @flow
import Settings from './Settings';
export default Settings;
import Profile from './Profile';
export default Profile;