UNPKG
hiuphub-gamified
Version:
latest (2.1.5)
3.0.1
2.1.5
2.0.1
1.4.0
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.0
1.0.45
1.0.44
1.0.43
1.0.42
1.0.14
1.0.13
1.0.5
app of gamified
hiuphub-gamified
/
src
/
components
/
Gamified
/
index.js
12 lines
(10 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
React
from
"react"
;
function
Gamified
(
) {
return
(
<
div
>
<
h1
>
Gamified
</
h1
>
<
button
variant
=
"secondary"
>
Yahoo
</
button
>
</
div
>
); }
export
default
Gamified
;