Skip to content

Commit

Permalink
fix: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Najeong-Kim committed Dec 1, 2024
1 parent 4df63d2 commit 33b06be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/slope-status/ui/slope-status-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import { useQuery } from '@tanstack/react-query';
import { useMemo } from 'react';
import SlopeStatusHeader from '@/widgets/header/ui/slope-status-header';
import SlopeStatusTime from '@/widgets/header/ui/slope-status-time';
import useMapPinch from '@/features/slope/hooks/useMapPinch';
import SlopeMap from '@/features/slope/ui/slope-map';
import SlopeStatusList from '@/features/slope/ui/slope-status-list';
Expand All @@ -11,7 +12,6 @@ import { slopeApi } from '@/entities/slope';
import type { Slope } from '@/entities/slope/model';
import { RESORT_DOMAIN } from '@/entities/slope/model';
import { cn } from '@/shared/lib';
import SlopeStatusTime from '@/widgets/header/ui/slope-status-time';

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

0 comments on commit 33b06be

Please sign in to comment.