mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-27 03:37:31 +00:00
Remove export from getAreasAndFloorsItems
This commit is contained in:
@@ -98,7 +98,7 @@ export const getAreasAndFloors = (
|
||||
excludeFloors
|
||||
) as FloorComboBoxItem[];
|
||||
|
||||
export const getAreasAndFloorsItems = (
|
||||
const getAreasAndFloorsItems = (
|
||||
states: HomeAssistant["states"],
|
||||
haFloors: HomeAssistant["floors"],
|
||||
haAreas: HomeAssistant["areas"],
|
||||
|
||||
Reference in New Issue
Block a user