Remove MUI (#36)

* remove mui from layouts

* remove button

* remove switch

* remove mui
This commit is contained in:
Viktor Rådberg
2024-05-01 14:24:38 +02:00
committed by GitHub
parent 63aace2b07
commit 623aec29f8
51 changed files with 1758 additions and 2306 deletions

View File

@@ -13,10 +13,10 @@ export type Player = {
export type PlayerSettings = {
rotation: Rotation;
useCommanderDamage: boolean;
usePartner?: boolean;
usePoison?: boolean;
useEnergy?: boolean;
useExperience?: boolean;
usePartner: boolean;
usePoison: boolean;
useEnergy: boolean;
useExperience: boolean;
};
type ExtraCounter = {