Skip to content

Commit

Permalink
Merge pull request #3239 from w3geo/store
Browse files Browse the repository at this point in the history
Fix store import
  • Loading branch information
mikecao authored Feb 20, 2025
2 parents ed297d3 + d6fbbba commit eebd79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hooks/useTimezone.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { setItem } from '@/lib/storage';
import { TIMEZONE_CONFIG } from '@/lib/constants';
import { formatInTimeZone, zonedTimeToUtc, utcToZonedTime } from 'date-fns-tz';
import useStore, { setTimezone } from 'store/app';
import useStore, { setTimezone } from '@/store/app';
import useLocale from './useLocale';

const selector = (state: { timezone: string }) => state.timezone;
Expand Down

0 comments on commit eebd79d

Please sign in to comment.