toggle status lists

This commit is contained in:
Jesse Lucas
2020-03-11 21:24:02 -04:00
parent 61b4de581d
commit cf3de8cf35
5 changed files with 29 additions and 19 deletions
+4
View File
@@ -0,0 +1,4 @@
export enum Status {
Folders = 1,
Devices,
}