UNPKG

nyg-static-jam3

Version:

Jam3 frontend static project scaffold generator based on nyg

9 lines (7 loc) 196 B
import React from 'react' import { withSiteData } from 'react-static' export default withSiteData(() => ( <div style={{ textAlign: 'center' }}> <h1>Welcome to React-Static</h1> </div> ))