mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
applied various optimisations to UI
This commit is contained in:
@@ -7,6 +7,7 @@ import Shortcuts from './SettingsPage/Shortcuts';
|
||||
import Picker from '../components/Picker';
|
||||
import Themes from './SettingsPage/Themes';
|
||||
import { ToastContainer } from 'react-toastify';
|
||||
import { memo } from 'react';
|
||||
|
||||
import browser from 'webextension-polyfill';
|
||||
|
||||
@@ -46,4 +47,4 @@ const SettingsPage = ({ standalone }: SettingsPage) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default SettingsPage;
|
||||
export default memo(SettingsPage);
|
||||
Reference in New Issue
Block a user