Skip to content

Commit

Permalink
feat: 개개인 장소 입력 화면 구현 및 api 연동 코드 작성
Browse files Browse the repository at this point in the history
✨ feat: 개개인 장소 입력 화면 구현 및 api 연동 코드 작성
  • Loading branch information
Cllaude99 authored May 26, 2024
2 parents a1c8c52 + 813a685 commit 18db074
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pages/location-each.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import { useState } from 'react';
import { useForm } from 'react-hook-form';
import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
import axios from 'axios';
import { useMutation, useQueryClient } from '@tanstack/react-query';
import { useParams } from 'react-router-dom';
import { useAtomValue } from 'jotai';
import { loginAtom } from '@/stores/login-state';
import NotFound from './not-found';
import Loading from './loading';
import KakaoMap from '@/components/kakao-map';
import Button from '@/components/button';
import { fetchRoomUsersInfo, fetchSavePlace } from '@/apis/enter-location';
import { fetchSavePlace } from '@/apis/enter-location';
import Login from '@/components/login';

// 운행 수단
Expand Down

0 comments on commit 18db074

Please sign in to comment.