Skip to content

Commit

Permalink
Merge pull request #12 from Spaces-Place/dusqo
Browse files Browse the repository at this point in the history
mapmage수정
  • Loading branch information
KangYeonbae authored Nov 26, 2024
2 parents 706ada8 + c226935 commit 4a5b13e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import './App.css'
import LoginModal from './pages/login';
import RenterMypage from './pages/renter-mypage';
import CategorySection from './pages/category';
import MyMapPage from './pages/InfoPage';
import MyMapPage from './pages/myMapPage';
import ImageCarousel from './pages/mainpage';
import Booking from './pages/booking';
import IntroPage from './pages/intropage';
Expand All @@ -32,7 +32,6 @@ import ItemType from './constants/type/ItemType';
// 컴포넌트
import ScrollToTop from './components/ScrollToTop';
import LoadingSpinner from './components/LoadingSpinner';
import NotificationBell from './components/NotificationBell';
import SearchBar from './components/SearchBar';
import ThemeToggle from './components/ThemeToggle';

Expand Down
File renamed without changes.

0 comments on commit 4a5b13e

Please sign in to comment.