import { FunctionComponent } from 'react' const DotOrgNotice: FunctionComponent = () => { return (
app.standardnotes.org is no longer maintained. Please switch to{' '} app.standardnotes.com
) } export default DotOrgNotice