refactor: cleanup

This commit is contained in:
David Ralph
2021-03-23 13:10:34 +00:00
parent b4e1d00633
commit b773f256a4
33 changed files with 110 additions and 336 deletions

View File

@@ -19,8 +19,6 @@ import Experimental from '@material-ui/icons/BugReport';
import Order from '@material-ui/icons/List';
// Store
import Colors from '@material-ui/icons/ColorLens';
import Plugins from '@material-ui/icons/Widgets';
import Added from '@material-ui/icons/AddCircle';
export default function Tab(props) {
@@ -58,10 +56,8 @@ export default function Tab(props) {
case 'About': icon = <About/>; break;
// Store
case 'Themes': icon = <Colors/>; break;
case 'Photo Packs': icon = <Background/>; break;
case 'Quote Packs': icon = <Quote/>; break;
case 'Plugins': icon = <Plugins/>; divider = true; break;
case 'Added': icon = <Added/>; break;
default: break;