diff options
Diffstat (limited to 'trongleposting-client/src/index.js')
| -rw-r--r-- | trongleposting-client/src/index.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/trongleposting-client/src/index.js b/trongleposting-client/src/index.js new file mode 100644 index 0000000..7173ce5 --- /dev/null +++ b/trongleposting-client/src/index.js @@ -0,0 +1,10 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; +import App from './App'; + +ReactDOM.render( + <React.StrictMode> + <App /> + </React.StrictMode>, + document.getElementById('root') +);
\ No newline at end of file |
