import { FunctionComponent } from 'react' type Props = { componentName: string } const UrlMissing: FunctionComponent = ({ componentName }) => { return (
This extension is missing its URL property.

In order to access your note immediately, please switch from {componentName} to the Plain Editor.


Please contact help@standardnotes.com to remedy this issue.

) } export default UrlMissing