diff --git a/console/src/App.vue b/console/src/App.vue index 0be0abb..edcaa1f 100644 --- a/console/src/App.vue +++ b/console/src/App.vue @@ -8,6 +8,11 @@ import ProductOverviewWidget from "./components/dashboard/ProductOverviewWidget. import PropertiesWidget from "./components/dashboard/PropertiesWidget.vue"; import CommandsWidget from "./components/dashboard/CommandsWidget.vue"; + +import { ref } from 'vue' +import DevicesWidget from './components/dashboard/DevicesWidget.vue' + +const selectedDevice = ref(null)