소스 검색

change text

Ben Ward 4 년 전
부모
커밋
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'));