source:
my-react-app/src/components/AppContext.js@
142c0f8
Last change on this file since 142c0f8 was 24819a8, checked in by , 15 months ago | |
---|---|
|
|
File size: 256 bytes |
Line | |
---|---|
1 | import * as React from "react"; |
2 | import WelcomeContent from './WelcomeContent' |
3 | export default class AppContext extends React.Component { |
4 | render() { |
5 | return ( |
6 | <div> |
7 | <WelcomeContent/> |
8 | </div> |
9 | ) |
10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.