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
/
business
/
index.js
7 lines
(5 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
BusinessBox
from
'./BusinessBox.jsx'
;
import
BusinessList
from
'./BusinessList.jsx'
;
import
BusinessForm
from
'./BusinessForm.jsx'
;
import
BusinessInfo
from
'./BusinessInfo.jsx'
;
export
{
BusinessBox
,
BusinessList
,
BusinessForm
,
BusinessInfo
};