source:
my-react-app/src/components/WelcomeContent.js@
24819a8
Last change on this file since 24819a8 was 24819a8, checked in by , 15 months ago | |
---|---|
|
|
File size: 250 bytes |
Line | |
---|---|
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.