import { Button } from '@/Components/Button/Button' import { OtherSessionsSignOutContainer } from '@/Components/OtherSessionsSignOut' import { PreferencesGroup, PreferencesSegment, Subtitle, Text, Title, } from '@/Components/Preferences/PreferencesComponents' import { WebApplication } from '@/UIModels/Application' import { AppState } from '@/UIModels/AppState' import { observer } from 'mobx-react-lite' import { FunctionComponent } from 'preact' const SignOutView: FunctionComponent<{ application: WebApplication appState: AppState }> = observer(({ application, appState }) => { return ( <> Sign out Other devices Want to sign out on all devices except this one?
This workspace Remove all data related to the current workspace from the application.