mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
Change text
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user