summaryrefslogtreecommitdiff
path: root/trongleposting-client/src/index.js
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-29 15:31:23 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-29 15:31:23 -0700
commite5ca48b03bd8330dec958a89c3aea87a2fbadb07 (patch)
treefb84dfc88158aed2a851421238384f2ec6b99873 /trongleposting-client/src/index.js
downloademacs-presentation-e5ca48b03bd8330dec958a89c3aea87a2fbadb07.tar.gz
emacs-presentation-e5ca48b03bd8330dec958a89c3aea87a2fbadb07.zip
working trongle and rought draft of emacs
Diffstat (limited to 'trongleposting-client/src/index.js')
-rw-r--r--trongleposting-client/src/index.js10
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