Skip to content

Commit

Permalink
use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Sep 24, 2024
1 parent f35cdb2 commit f147b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
modeSettingDefinitionsWithDropdown,
getIcon,
defaultModeButtonDefinitions
} from "./mockButtons";
} from "../__mocks__/mode-selector-buttons";

const initialState = {
enabledModeButtons: ["transit"],
Expand Down

0 comments on commit f147b68

Please sign in to comment.