Format all files

This commit is contained in:
aronmal 2023-07-11 19:25:44 +02:00
parent 27fefef081
commit 4d54a8b1f3
Signed by: aronmal
GPG key ID: 816B7707426FC612
51 changed files with 267 additions and 266 deletions

View file

@ -1,6 +1,6 @@
import { ShipProps } from "../../interfaces/frontend"
import classNames from "classnames"
import React, { CSSProperties, useEffect, useRef } from "react"
import { CSSProperties, useEffect, useRef } from "react"
import { ShipProps } from "../../interfaces/frontend"
const sizes: { [n: number]: number } = {
2: 96,