Files
syncthing/src/app/status-list/status-list.component.html
Jesse Lucas 61b4de581d create folder and device list components
refactor status-list to contain device and folder list
2020-03-11 21:24:02 -04:00

3 lines
111 B
HTML

<app-status-toggle></app-status-toggle>
<app-folder-list></app-folder-list>
<app-device-list></app-device-list>