import { toFixed } from 'common/math'; import { useBackend } from '../backend'; import { Button, LabeledList, ProgressBar, Section } from '../components'; export const VaultController = props => { const { act, data } = useBackend(props); return (
act('togglelock')} /> )}>
); };