+
+
+ Welcome to React
+
+
+ To get started, edit src/App.tsx
and save to reload.
+
+
+ );
+ }
+}
+
+export default App;
diff --git a/template/src/favicon.ico b/template/src/favicon.ico
deleted file mode 100644
index 5c125de5d..000000000
Binary files a/template/src/favicon.ico and /dev/null differ
diff --git a/template/src/index.js b/template/src/index.js
deleted file mode 100644
index 54c5ef1a4..000000000
--- a/template/src/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import React from 'react';
-import ReactDOM from 'react-dom';
-import App from './App';
-import './index.css';
-
-ReactDOM.render(
-