Skip to content

Commit

Permalink
Remove import renaming #2788
Browse files Browse the repository at this point in the history
  • Loading branch information
fritschldwg committed Jan 8, 2024
1 parent 246a6a3 commit e709380
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ import {
defaultIsColorMetricLinkedToHeightMetric,
isColorMetricLinkedToHeightMetric
} from "./isHeightAndColorMetricLinked/isColorMetricLinkedToHeightMetric.reducer"
import {
defaultIsSearchPanelPinned as defaultIsSearchPanelPinned,
isSearchPanelPinned as isSearchPanelPinned
} from "./isSearchPanelPinned/isSearchPanelPinned.reducer"
import { defaultIsSearchPanelPinned, isSearchPanelPinned } from "./isSearchPanelPinned/isSearchPanelPinned.reducer"
import { defaultEnableFloorLabels, enableFloorLabels } from "./enableFloorLabels/enableFloorLabels.reducer"
import { combineReducers } from "@ngrx/store"

Expand Down

0 comments on commit e709380

Please sign in to comment.