import { FunctionalComponent } from "preact"; import { Text } from '@/preferences/components'; import { Button } from '@/components/Button'; export const NoSubscription: FunctionalComponent = () => ( <> You don't have a Standard Notes subscription yet.
);