File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/views/slope-status/ui Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33import { useQuery } from '@tanstack/react-query' ;
44import { useMemo } from 'react' ;
55import SlopeStatusHeader from '@/widgets/header/ui/slope-status-header' ;
6+ import SlopeStatusTime from '@/widgets/header/ui/slope-status-time' ;
67import useMapPinch from '@/features/slope/hooks/useMapPinch' ;
78import SlopeMap from '@/features/slope/ui/slope-map' ;
89import SlopeStatusList from '@/features/slope/ui/slope-status-list' ;
@@ -11,7 +12,6 @@ import { slopeApi } from '@/entities/slope';
1112import type { Slope } from '@/entities/slope/model' ;
1213import { RESORT_DOMAIN } from '@/entities/slope/model' ;
1314import { cn } from '@/shared/lib' ;
14- import SlopeStatusTime from '@/widgets/header/ui/slope-status-time' ;
1515
1616const SlopeStatusPage = ( { resortId } : { resortId : number } ) => {
1717 const { ref, style, containerRef } = useMapPinch ( ) ;
You can’t perform that action at this time.
0 commit comments