remove unused import

This commit is contained in:
Viktor Rådberg
2023-07-03 20:01:49 +02:00
parent 156c283c82
commit 2282919a97

View File

@@ -1,4 +1,3 @@
import React, { useState } from 'react';
import * as S from './LifeCounter.style';
import { Player } from '../../Types/Player';
import CommanderTaxButton from '../Buttons/CommanderTaxButton';