import { FunctionalComponent } from 'preact' export const OfflineRestricted: FunctionalComponent = () => { return (
You have restricted this component to not use a hosted version.
Locally-installed components are not available in the web application.
To continue, choose from the following options:
  • Enable the Hosted option for this component by opening the Preferences {'>'}{' '} General {'>'} Advanced Settings menu and toggling 'Use hosted when local is unavailable' under this component's options. Then press Reload.
  • Use the desktop application.
) }