UNPKG
example-first-publish
Version:
latest (0.0.5)
1.0.3
1.0.2
1.0.1
1.0.0
0.0.5
0.0.4
Typography for BNNVARA
example-first-publish
/
src
/
index.js
8 lines
(6 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Heading
from
'./components/heading'
;
import
Text
from
'./components/text'
;
export
{
Heading
,
Text
, };