UNPKG
react-redux-starter-thibault
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Starter Kit for React + Redux application with Webpack
react-redux-starter-thibault
/
src
/
scripts
/
components
/
index.js
6 lines
(5 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
default
as
Board
}
from
"./Board"
;
export
{
default
as
Grid
}
from
"./Grid"
;
export
{
default
as
Tile
}
from
"./Tile"
;
export
{
default
as
Overlay
}
from
"./Overlay"
;
export
{
default
as
Result
}
from
"./Result"
;