tidy(ui): clean up unused code 5

variables, types and schemas
This commit is contained in:
psychedelicious
2024-02-27 18:13:16 +11:00
parent b661d93bd8
commit d99bec8b1a
44 changed files with 151 additions and 996 deletions

View File

@ -3,7 +3,7 @@ import { createSlice } from '@reduxjs/toolkit';
import type { PersistConfig, RootState } from 'app/store/store';
import type { ParameterHRFMethod, ParameterStrength } from 'features/parameters/types/parameterSchemas';
export interface HRFState {
interface HRFState {
_version: 1;
hrfEnabled: boolean;
hrfStrength: ParameterStrength;