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 left side of the gang member accordion, contains the
* description of the task that member is currently doing.
*/
import React from "react";
import { GangMemberTasks } from "../GangMemberTasks";
import { GangMember } from "../GangMember";