import { useStore } from 'App/mstore'; import React from 'react'; import { observer } from 'mobx-react-lite'; import { Typography, Switch, Button, Space, Tooltip } from 'antd'; import { ExportOutlined } from '@ant-design/icons'; const SidePanel = observer(({ onSave, onPreview, taskLen, isStartingPointValid }: any) => { const { uxtestingStore } = useStore(); return (