UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

12 lines (10 loc) 264 B
import React from 'react' import { getSiteProps } from 'react-static' // import logoImg from '../logo.png' export default getSiteProps(() => ( <div> <h1 style={{ textAlign: 'center' }}>Welcome to</h1> <img src={logoImg} alt="" /> </div> ))