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:
@@ -1,6 +1,7 @@
|
||||
import { FC, createRef, useState } from 'react';
|
||||
import BackgroundSelector from '../../components/BackgroundSelector';
|
||||
import ThemeSelector from '../../components/ThemeSelector';
|
||||
import { memo } from 'react';
|
||||
|
||||
type ThemeSelectorRef = {
|
||||
disableTheme: () => void;
|
||||
@@ -26,4 +27,4 @@ const Themes: FC = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Themes;
|
||||
export default memo(Themes);
|
||||
|
||||
Reference in New Issue
Block a user