UNPKG
rax-tbms-chat-plugin
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.0.4
0.0.3
tbms-chat-plugin with rax
rax-tbms-chat-plugin
/
public
/
index.js
5 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
import
{createElement, render}
from
'rax'
;
import
App
from
'../src/index'
;
render
(
<
App
/>
);