diff options
Diffstat (limited to 'ui/main.jsx')
-rw-r--r-- | ui/main.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/main.jsx b/ui/main.jsx new file mode 100644 index 00000000..01c300e9 --- /dev/null +++ b/ui/main.jsx @@ -0,0 +1,4 @@ +React.render( + <ZeroTierNode authToken={'5d6181b71fae2684f9cc64ed'} />, + document.getElementById('main') +); |