UNPKG
everywherebible
Version:
latest (0.1.5)
0.1.5
A Bible app for slow connections
everywherebible.org
esvbible/esvbible.github.io
everywherebible
/
src
/
ui
/
thats-not-in-the-bible.js
9 lines
(7 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
export
default
({what}) =>
<
div
className
=
"fit"
style
=
{{display:
'
flex
',
alignItems:
'
center
',
justifyContent:
'
center
'}}>
<
span
>
That's not in the Bible.
</
span
>
</
div
>