some comments

This commit is contained in:
Olivier Gagnon
2021-06-17 17:47:45 -04:00
parent 97fdf7cb7f
commit 31cf02e8e4
15 changed files with 57 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
/**
* React Component for the subpage that manages gang members, the main page.
*/
import React from "react";
import { IPlayer } from "../../PersonObjects/IPlayer";
import { GangStats } from "./GangStats";