import Button from '@/Components/Button/Button' import { AppState } from '@/UIModels/AppState' import { observer } from 'mobx-react-lite' import { FunctionComponent } from 'react' import { Title, Text } from '../../PreferencesComponents/Content' import PreferencesGroup from '../../PreferencesComponents/PreferencesGroup' import PreferencesSegment from '../../PreferencesComponents/PreferencesSegment' const ClearSessionDataView: FunctionComponent<{ appState: AppState }> = ({ appState }) => { return ( Clear workspace Remove all data related to the current workspace from the application.