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
+4
View File
@@ -1,3 +1,7 @@
/**
* React Component for the middle part of the gang member accordion. Contains
* the task selector as well as some stats.
*/
import React, { useState } from "react";
import { numeralWrapper } from "../../ui/numeralFormat";
import { StatsTable } from "../../ui/React/StatsTable";