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