fix linting

This commit is contained in:
Viktor Rådberg
2023-09-26 17:30:35 +02:00
parent 8d94bbcc11
commit 84891bc312

View File

@@ -1,4 +1,4 @@
import { Button, Checkbox, Modal } from '@mui/material';
import { Button, Checkbox } from '@mui/material';
import styled, { css } from 'styled-components';
import { Player, Rotation } from '../../Types/Player';
import { theme } from '../../Data/theme';