init
This commit is contained in:
13
helloworld/src/App.js
Normal file
13
helloworld/src/App.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import React, { Component } from 'react';
|
||||
import logo from './logo.svg';
|
||||
import './App.css';
|
||||
import HelloWorld from './HelloWorld';
|
||||
class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
<HelloWorld message="Hello React!" />
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user