start of StatusList component

This commit is contained in:
Jesse Lucas
2020-03-10 22:51:50 -04:00
parent 3eb6045dee
commit 1d249a877e
17 changed files with 302 additions and 537 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface Folder {
id: string;
label: string;
// TODO add additional properties
}