import Button from '@/Components/Button/Button' import { ViewControllerManager } from '@/Services/ViewControllerManager' 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<{ viewControllerManager: ViewControllerManager }> = ({ viewControllerManager }) => { return ( Clear workspace Remove all data related to the current workspace from the application.