Select Git revision
Forked from
JYCHOI / react-starter
Source project has a limited visibility.
App.js 153 B
import React, { Component } from 'react';
const App = () => {
return (
<h1>
Hello, React.js
</h1>
);
}
export default App;