Skip to content

Commit 7ba749e

Browse files
authored
fix: Atom build failing due to dependency on @calcom/web (calcom#27757)
1 parent 794046c commit 7ba749e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/modules/event-types/components/tabs/advanced/EventAdvancedTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type {
3434
SettingsToggleClassNames,
3535
} from "@calcom/features/eventtypes/lib/types";
3636
import { FormBuilder } from "./FormBuilder";
37-
import { BookerLayoutSelector } from "~/settings/components/BookerLayoutSelector";
37+
import { BookerLayoutSelector } from "@calcom/web/modules/settings/components/BookerLayoutSelector";
3838
import {
3939
DEFAULT_LIGHT_BRAND_COLOR,
4040
DEFAULT_DARK_BRAND_COLOR,

0 commit comments

Comments
 (0)