Skip to content

Commit

Permalink
chore: resolve build error by api, component
Browse files Browse the repository at this point in the history
  • Loading branch information
poiu694 committed Jul 5, 2024
1 parent 8a468a9 commit 8d1e826
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client'

import BoardingInfoPass from '@/components/boarding-pass/boarding-info-pass'
import PlaceAutoSearchItem from '@/components/place/place-auto-search-item'
import PlaceListItem from '@/components/place/place-list-item'
import PlaceMapPopup from '@/components/place/place-map-popup'

Expand All @@ -23,15 +22,6 @@ const Home = () => {
]}
numOfPins={19339}
/>
<PlaceAutoSearchItem
placeId="dasdas"
query="존라"
address="서울시 성동구 장터5길"
name="존라멘"
numOfReviews={324}
category="일본식 라멘"
distance="234m"
/>
<PlaceListItem
placeId="sdfsgasf"
name="존라멘"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { QueryParams } from '@/types/api/search'
import { apiClientFactory } from './api-client-factory'
import type { KakaoPlaceItem } from '@/types/map/kakao-raw-type'
import type { ResponseWithMessage } from '@/types/api/api'
import type { ResponseWithMessage } from '@/types/api'

const client = {
public: apiClientFactory({}),
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
],
"paths": {
"@/*": ["./src/*"]
},
"typeRoots": ["./src/types"]
}
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit 8d1e826

Please sign in to comment.