Get view from query + tests

This commit is contained in:
Chi Vinh Le
2018-08-08 14:54:29 +02:00
parent b21f3560ff
commit 245b8648d1
7 changed files with 175 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export interface AppProps {
const App: StatelessComponent<AppProps> = props => {
return (
<Flex justifyContent="center" className={styles.root}>
Hello World
Show view {props.view}
</Flex>
);
};