add screen wake lock code

This commit is contained in:
Viktor Rådberg
2023-08-26 18:23:19 +02:00
parent 9aa48129f8
commit c006626bf9
3 changed files with 3 additions and 10 deletions

View File

@@ -1,9 +1,8 @@
import { Checkbox } from '@mui/material';
import styled from 'styled-components';
import { css } from 'styled-components';
import styled, { css } from 'styled-components';
import { useWakeLock } from '../../Data/useWakeLock';
import { Energy, Experience, PartnerTax, Poison } from '../../Icons/generated';
import { Player, Rotation } from '../../Types/Player';
import { useWakeLock } from '../../Data/useWakeLock';
type SettingsProps = {
player: Player;