mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-13 22:59:18 +02:00
feat: Remove not used section
This commit is contained in:
@ -42,10 +42,6 @@ const Preferences = ({ onClose }) => {
|
||||
return <Support />;
|
||||
}
|
||||
|
||||
case 'font': {
|
||||
return <Font close={onClose} />;
|
||||
}
|
||||
|
||||
case 'appearances': {
|
||||
return <Appearances close={onClose} />;
|
||||
}
|
||||
|
Reference in New Issue
Block a user