import * as React from 'react'; import * as env from '~/env'; export default () => { if (!env.showDebug) { return null; } return (