import { track, useEditor } from '@bigbluebutton/editor' import { useActions } from '../hooks/useActions' import { Button } from './primitives/Button' export const StopFollowing = track(function ExitPenMode() { const editor = useEditor() const actions = useActions() if (!editor.getInstanceState().followingUserId) { return null } const action = actions['stop-following'] return (