import { Suspense } from 'react' import BibleReader from './reader' export default function BiblePage() { return ( Loading...}> ) }