UNPKG
react-js-x-ray
Version:
latest (0.0.2)
0.0.2
0.0.1
X-Ray for ReactJS
github.com/AmurKhoyetsyan/X-Ray
AmurKhoyetsyan/X-Ray
react-js-x-ray
/
index.js
10 lines
(7 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * X-Ray by Amur * https://github.com/AmurKhoyetsyan/X-Ray */
'use strict'
;
import
XRay
from
'./components/XRay'
;
export
default
XRay
;