Skip to content

Commit

Permalink
etc: 웹뷰연동 배포를 위한 머지
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearPunch committed Mar 12, 2021
2 parents e91a0ea + 35c026c commit 5bf74eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/answerlist/AnswerList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react'
import React from 'react'
import AnswerItem from './AnswerItem'
import styled from 'styled-components'
import { AnswerListProps } from 'types/Answer'
Expand Down
4 changes: 2 additions & 2 deletions src/modules/apis/concernAPI.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* External dependencies */
import axios from 'axios'
// import axios from 'axios'

/* Internal dependencies */
import { GetConcernListPayload } from 'modules/reducers/concernReducer'
// import { GetConcernListPayload } from 'modules/reducers/concernReducer'
import { ConcernAttrPOJO } from 'models/Concern'
import { ResponseType } from 'utils/reduxUtils'

Expand Down

0 comments on commit 5bf74eb

Please sign in to comment.