start of toggle to switch between devices and folders data table

This commit is contained in:
Jesse Lucas
2020-03-11 21:24:02 -04:00
parent 1d249a877e
commit 031fd72dfd
11 changed files with 83 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface Device {
id: string;
name: string;
// TODO add additional properties
}