Change text

This commit is contained in:
Chi Vinh Le
2018-08-08 15:07:37 +02:00
parent ac4b431d71
commit f75a2ac81c
+1 -1
View File
@@ -14,7 +14,7 @@ export interface AppProps {
const App: StatelessComponent<AppProps> = props => {
return (
<Flex justifyContent="center" className={styles.root}>
Show view {props.view}
Current View: {props.view}
</Flex>
);
};