UNPKG
react-adminlte-components
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
React Components that use AdminLTE theme
github.com/binhqd/reactjs-adminlte
binhqd/reactjs-adminlte
react-adminlte-components
/
components
/
demands
/
index.js
6 lines
(4 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
import
Demand
from
'./Demand.jsx'
;
import
ListDemands
from
'./ListDemands.jsx'
;
import
DemandDetail
from
'./DemandDetail.jsx'
;
export
{
Demand
,
ListDemands
,
DemandDetail
}