Skip to content

Commit 33b06be

Browse files
committed
fix: fix import order
1 parent 4df63d2 commit 33b06be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/slope-status/ui/slope-status-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { useQuery } from '@tanstack/react-query';
44
import { useMemo } from 'react';
55
import SlopeStatusHeader from '@/widgets/header/ui/slope-status-header';
6+
import SlopeStatusTime from '@/widgets/header/ui/slope-status-time';
67
import useMapPinch from '@/features/slope/hooks/useMapPinch';
78
import SlopeMap from '@/features/slope/ui/slope-map';
89
import SlopeStatusList from '@/features/slope/ui/slope-status-list';
@@ -11,7 +12,6 @@ import { slopeApi } from '@/entities/slope';
1112
import type { Slope } from '@/entities/slope/model';
1213
import { RESORT_DOMAIN } from '@/entities/slope/model';
1314
import { cn } from '@/shared/lib';
14-
import SlopeStatusTime from '@/widgets/header/ui/slope-status-time';
1515

1616
const SlopeStatusPage = ({ resortId }: { resortId: number }) => {
1717
const { ref, style, containerRef } = useMapPinch();

0 commit comments

Comments
 (0)