UNPKG
create-dan
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.1
4.0.0
3.1.17
3.1.16
3.1.15
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.3
3.1.2
Dan frameworks
create-dan
/
template
/
src
/
app
/
components
/
readme
/
index.js
5 lines
(4 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
import
css
from
'./index.scss'
export
default
() => (
<
p
className
=
{css.component}
>
Look at the
<
strong
>
Readme.md
</
strong
>
for more informations.
</
p
>
)