Ben Ward 3 rokov pred
rodič
commit
bec28c562c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/index.js

+ 1 - 1
src/index.js

@@ -1,6 +1,6 @@
 import ReactDOM from 'react-dom';
 import React from 'react';
 const App = () => {
- return <h1>This is my React app!</h1>;
+ return <h1>This application will have lots of clever RPG related features! (eventually)</h1>;
  }
 ReactDOM.render(<App />, document.getElementById('app'));