UNPKG

gatsby-magic-starter

Version:
15 lines (11 loc) 235 B
import React from "react"; import Layout from "./layout" export default function Loading() { return ( <Layout> <div style={{marginTop: '20px', textAlign: 'center'}}> <p>Loading...</p> </div> </Layout> ); }