This commit is contained in:
Eduard Heimbuch
2019-07-05 11:35:40 +02:00
parent 22d323367f
commit 35683543a7
3 changed files with 1 additions and 6 deletions

View File

@@ -27,10 +27,7 @@ import Profile from "./Profile";
type Props = {
authenticated?: boolean,
links: Links,
//context objects
history: History
links: Links
};
class Main extends React.Component<Props> {