From bdf533b43a6b9fab5420c86716c9611ce857d761 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 6 Jun 2020 18:46:13 +0300 Subject: feat: initial ts react-app --- src/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/index.tsx (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx new file mode 100644 index 0000000..563cfb7 --- /dev/null +++ b/src/index.tsx @@ -0,0 +1,8 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; + +ReactDOM.render( +

Hello, world!

, + document.getElementById('root') +); + -- cgit v1.2.3