Skip to content

Commit

Permalink
Merge pull request #49 from prgrms-web-devcourse/develop
Browse files Browse the repository at this point in the history
hotfix: build 에러 해결
  • Loading branch information
young-d authored Dec 12, 2021
2 parents 8f7fe92 + 8b12212 commit e31e624
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions pages/event/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { useRouter } from 'next/router'
import styled from '@emotion/styled'
import { DEFAULT_MARGIN } from '@utils/constants/sizes'
import { EVENT_STATUS, EVENT_TEMPLATE, EVENT_TYPE } from 'types/event'
import TimeInfo from './TimeInfo'
import Cover from './Cover'
import WinnerModal from './WinnerModal'
import { TimeInfo, Cover, WinnerModal } from '@domains/EventDetail'

const MOCK = {
eventId: 0,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/domains/EventDetail/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export { default as Cover } from './Cover'
export { default as TimeInfo } from './TimeInfo'
export { default as WinnerModal } from './WinnerModal'

0 comments on commit e31e624

Please sign in to comment.