import { FunctionalComponent } from 'preact' interface IProps { componentName: string } export const UrlMissing: FunctionalComponent = ({ 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.

) }