feat: Remove not used section

This commit is contained in:
David Narbona 2024-10-03 21:36:20 +02:00
parent ca5d215089
commit be43a8ea8e

View File

@ -42,10 +42,6 @@ const Preferences = ({ onClose }) => {
return <Support />;
}
case 'font': {
return <Font close={onClose} />;
}
case 'appearances': {
return <Appearances close={onClose} />;
}