UNPKG
b0nes
Version:
latest (0.1.11)
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.0
0.0.1
Zero-dependency component library and SSR/SSG framework
github.com/iggydotdev/b0nes
iggydotdev/b0nes
b0nes
/
src
/
components
/
organisms
/
cta
/
index.js
7 lines
(5 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{cta
as
ctaRender}
from
'./cta.js'
;
export
const
cta = {
render
: ctaRender };
export
default
cta.
render
;