UNPKG
@hocgin/gin-comment
Version:
latest (3.0.42)
3.0.42
3.0.41
3.0.40
3.0.39
3.0.38
3.0.37
3.0.36
3.0.35
3.0.34
3.0.33
3.0.30
3.0.29
3.0.28
3.0.27
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.13-alpha.0
3.0.12-alpha.0
3.0.11
3.0.11-alpha.0
3.0.8-alpha.1
3.0.8-alpha.0
3.0.7
3.0.1-alpha.0
1.0.2-alpha.0
1.0.1-alpha.0
@hocgin/gin-comment
github.com/hocgin/gin-components
hocgin/gin-components
@hocgin/gin-comment
/
es
/
index.js
7 lines
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Comment
from
'./components/Comment'
;
import
Editor
from
'./components/Editor'
;
import
Group
from
'./components/Group'
;
var
index =
Comment
; index.
Group
=
Group
; index.
Editor
=
Editor
;
export
default
index;