import React from "react"; import { Button } from "react-bootstrap"; import { FormattedMessage } from "react-intl"; import { Link } from "react-router-dom"; import { Setting } from "./Inputs"; import { SettingSection } from "./SettingSection"; export const SettingsToolsPanel: React.FC = () => { return ( <> } /> } /> ); };