device actions fully imported

This commit is contained in:
Carter 2025-04-02 16:09:18 -06:00
parent 59d9bf2e6b
commit 9cdf7514b2
7 changed files with 522 additions and 76 deletions

View file

@ -74,7 +74,7 @@ interface ListProps {
close: (refresh: boolean) => void;
device: Device;
components: Component[];
devicePreferences: pond.UserPreferences;
devicePreferences: pond.DevicePreferences;
}
const filteredComponents = (components: Component[]) => {