We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01286f commit 746b634Copy full SHA for 746b634
src/pageComponents/restaurants/detail/hooks/useRestaurantDetailPage.ts
@@ -11,7 +11,6 @@ import {
11
getCategoryLabel,
12
REGION_OPTIONS,
13
} from "#/pageComponents/restaurants/detail/constants";
14
-import { toLargeCategoryLabel } from "#/shared/constants/DomainLabels";
15
import type {
16
CategoryGroup,
17
DraftChangeHandler,
@@ -21,6 +20,7 @@ import {
21
20
toEditableRestaurant,
22
toRestaurantPatchRequest,
23
} from "#/pageComponents/restaurants/detail/types";
+import { toLargeCategoryLabel } from "#/shared/constants/DomainLabels";
24
import { useAutoDismissToast } from "#/shared/hooks";
25
import { getErrorMessage } from "#/shared/utils";
26
0 commit comments