UNPKG

everywherebible

Version:

A Bible app for slow connections

9 lines (7 loc) 216 B
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>