CODEBASE: Remove wrong and irrelevant comments/code (#2111)

This commit is contained in:
catloversg
2025-05-10 16:22:47 +07:00
committed by GitHub
parent 494ef0dff3
commit 7db15a6bd2
5 changed files with 0 additions and 16 deletions
-5
View File
@@ -1,8 +1,3 @@
/**
* React Subcomponent for displaying a location's UI, when that location is a gym
*
* This subcomponent renders all of the buttons for training at the gym
*/
import React, { useState } from "react";
import Button from "@mui/material/Button";
import { Blackjack, DECK_COUNT } from "../../Casino/Blackjack";