import { Button } from 'react-bootstrap' import { useTranslation } from 'react-i18next' function FileTreeError() { const { t } = useTranslation() function reload() { location.reload() } return (
{t('generic_something_went_wrong')}
{t('please_refresh')}