ShellEnvVariables.js 143 Bytes
Newer Older
1
2
3
4
5
import React from 'react'

export default () => (
  <span id="feature-shell-env-variables">{process.env.REACT_APP_SHELL_ENV_MESSAGE}.</span>
)