Skip to content

Commit

Permalink
Rename utils
Browse files Browse the repository at this point in the history
  • Loading branch information
heptacode committed Jan 25, 2024
1 parent d23deb2 commit ad816d4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/features/maps/useGoogleMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { colors } from '@/contants';
import { useCollectionStore } from '@/features/collections/useCollectionStore';
import { useEventStore } from '@/features/events/useEventStore';
import { useGlobalStore } from '@/features/global/useGlobalStore';
import { getCurrentPosition, watchPosition } from '@/utils/geolocation';
import { getCurrentPosition, watchPosition } from '@/utils/geolocation.util';

export function useGoogleMap() {
const globalStore = useGlobalStore();
Expand Down
2 changes: 1 addition & 1 deletion src/features/maps/useNaverMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { colors } from '@/contants';
import { useCollectionStore } from '@/features/collections/useCollectionStore';
import { useEventStore } from '@/features/events/useEventStore';
import { useGlobalStore } from '@/features/global/useGlobalStore';
import { getCurrentPosition, watchPosition } from '@/utils/geolocation';
import { getCurrentPosition, watchPosition } from '@/utils/geolocation.util';

export function useNaverMap() {
const globalStore = useGlobalStore();
Expand Down
2 changes: 1 addition & 1 deletion src/features/search/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Button, Card, Input } from '@chakra-ui/react';
import React, { DetailedHTMLProps, HTMLAttributes, useState } from 'react';
import { useProjectStore } from '@/features/projects/useProjectStore';
import { useSearchQuery } from '@/features/search/useSearchQuery';
import { useDebounceValue } from '@/utils/debounce';
import { useDebounceValue } from '@/utils/debounce.util';
import type { Place } from '@/types';

export function SearchInput({
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit ad816d4

@vercel
Copy link

@vercel vercel bot commented on ad816d4 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dayoff – ./

dayoff-git-main-hyunwoo.vercel.app
dayoff-hyunwoo.vercel.app
dayoff.vercel.app
dayoff.hyunwoo.dev

Please sign in to comment.