Skip to content

Commit 746b634

Browse files
committed
fix: eslint
1 parent a01286f commit 746b634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pageComponents/restaurants/detail/hooks/useRestaurantDetailPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
getCategoryLabel,
1212
REGION_OPTIONS,
1313
} from "#/pageComponents/restaurants/detail/constants";
14-
import { toLargeCategoryLabel } from "#/shared/constants/DomainLabels";
1514
import type {
1615
CategoryGroup,
1716
DraftChangeHandler,
@@ -21,6 +20,7 @@ import {
2120
toEditableRestaurant,
2221
toRestaurantPatchRequest,
2322
} from "#/pageComponents/restaurants/detail/types";
23+
import { toLargeCategoryLabel } from "#/shared/constants/DomainLabels";
2424
import { useAutoDismissToast } from "#/shared/hooks";
2525
import { getErrorMessage } from "#/shared/utils";
2626

0 commit comments

Comments
 (0)