mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-15 07:27:58 +00:00
add screen wake lock code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user