import React from 'react'; import { getDocsUrl } from './utils/defaults'; export const UnmanagedMessage = () => { const gettingStartedLink = getDocsUrl('gettingStarted'); return (
Welcome! This application does not have any environments or artifacts. Check out the{' '} getting started guide {' '} to set some up!
); };