UNPKG
react-ally
Version:
latest (0.0.1-beta.2)
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
Accessible react components
react-ally
/
src
/
sectioning
/
index.js
4 lines
(3 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
import
{
Heading
}
from
'./heading'
;
import
{
Section
}
from
'./section'
;
export
{
Heading
,
Section
};