add support links

This commit is contained in:
Viktor Rådberg
2023-08-20 01:11:41 +02:00
parent df3fa4e195
commit 549b069ca5
12 changed files with 141 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
import styled, { css } from 'styled-components/macro';
import { Player, Rotation } from '../../Types/Player';
import { useRef, useState } from 'react';
import { OutlinedText } from '../Text/OutlinedText';
import { OutlinedText } from '../Misc/OutlinedText';
const CommanderDamageContainer = styled.div<{
rotation: number;