import React from "react"; export default ({ children, flag }) => ( flag ?
Loading {/*

Loading...

*/}
: children);