From 84891bc312ee90abffa6af04d31737b8f4723b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20R=C3=A5dberg?= Date: Tue, 26 Sep 2023 17:30:35 +0200 Subject: [PATCH] fix linting --- src/Components/PlayerMenu/PlayerMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/PlayerMenu/PlayerMenu.tsx b/src/Components/PlayerMenu/PlayerMenu.tsx index 0f212c8..f5a8765 100644 --- a/src/Components/PlayerMenu/PlayerMenu.tsx +++ b/src/Components/PlayerMenu/PlayerMenu.tsx @@ -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';