Skip to content

Commit

Permalink
Rename LightingControlCard to LEDControlCard
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 27, 2023
1 parent 0a9cbcb commit 7c35706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-client/src/views/GeneralSettingsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import MetricsCard from "@/components/settings/MetricsCard.vue";
import DeviceControlCard from "@/components/settings/DeviceControlCard.vue";
import NetworkingCard from "@/components/settings/NetworkingCard.vue";
import LightingControlCard from "@/components/settings/LightingControlCard.vue";
import LightingControlCard from "@/components/settings/LEDControlCard.vue";
import { useSettingsStore } from "@/stores/settings/GeneralSettingsStore";
</script>

Expand Down

0 comments on commit 7c35706

Please sign in to comment.