import { Icon } from '~components/Icon'; import '~tabs/PermissionGrant.css'; export interface PermissionMissingProps { onGrant?: () => void; } export function PermissionMissingScreen(props: PermissionMissingProps) { return (

The extension is missing permissions it needs to function

); }