Moved Profile component to top level; added error message

This commit is contained in:
Philipp Czora
2018-11-07 12:55:09 +01:00
parent 521f3dd9e9
commit 74382f26b7
3 changed files with 31 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ import SingleGroup from "../groups/containers/SingleGroup";
import AddGroup from "../groups/containers/AddGroup";
import Config from "../config/containers/Config";
import Profile from "../users/containers/Profile";
import Profile from "./Profile";
type Props = {
authenticated?: boolean