Skip to content

Commit

Permalink
Fix: export 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Nov 14, 2024
1 parent 22f22c2 commit e8fbd8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ResponseBox } from '../../features';
import { RouterPath } from '@/app/routes';
import { IconArrow } from '@/pages/assets';
import IconCall from '@/pages/assets/sinitto-main/call.svg';
import { useGetCallbacks } from '@/pages/sinitto';
import { useGetCallbacks } from '@/pages/sinitto/call-back/list/hooks';
import { Box, Flex, Image, Spinner, Text } from '@chakra-ui/react';
import styled from '@emotion/styled';

Expand Down
2 changes: 1 addition & 1 deletion src/pages/sinitto/sinitto-main/hooks/useCallBackData.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useGetCallbacks } from '@/pages/sinitto';
import { useGetCallbacks } from '../../call-back/list/hooks';

export const useCallBackData = (limit: number = 4) => {
const { data: callBackList, isLoading } = useGetCallbacks(limit);
Expand Down

0 comments on commit e8fbd8d

Please sign in to comment.