Ben Ward %!s(int64=4) %!d(string=hai) anos
pai
achega
bec28c562c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'));