mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Get view from query + tests
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user