mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
feat: Remove not used section
This commit is contained in:
parent
ca5d215089
commit
be43a8ea8e
@ -42,10 +42,6 @@ const Preferences = ({ onClose }) => {
|
|||||||
return <Support />;
|
return <Support />;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'font': {
|
|
||||||
return <Font close={onClose} />;
|
|
||||||
}
|
|
||||||
|
|
||||||
case 'appearances': {
|
case 'appearances': {
|
||||||
return <Appearances close={onClose} />;
|
return <Appearances close={onClose} />;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user