Ben Ward 3 سال پیش
والد
کامیت
bec28c562c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'));