import { FunctionalComponent } from 'preact'; interface IProps { componentName: string; } export const UrlMissing: FunctionalComponent = ({ componentName }) => { return (
This extension is not installed correctly.

Please uninstall {componentName}, then re-install it.

This issue can occur if you access Standard Notes using an older version of the app.{' '} Ensure you are running at least version 2.1 on all platforms.

); };