Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 5e3bd14

Browse files
committed
refactor: mv conmponent/containers/services/hooks/ ... to src dir
1 parent 5587bb8 commit 5e3bd14

File tree

1,172 files changed

+28
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,172 files changed

+28
-26
lines changed

components/ArticleActionsPanel/CommunitySetterOption.js renamed to src/components/ArticleActionsPanel/CommunitySetterOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import T from 'prop-types'
33

44
import { ICON_CMD } from '@config'
5-
import withGuardian from '@components/HOC/withGuardian'
5+
import { withGuardian } from '@hoc'
66

77
import { Option, OptionIcon, OptionTitle } from './styles'
88

components/ArticleActionsPanel/DeleteOption.js renamed to src/components/ArticleActionsPanel/DeleteOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import T from 'prop-types'
33

44
import { ICON_CMD } from '@config'
5-
import withGuardian from '@components/HOC/withGuardian'
5+
import { withGuardian } from '@hoc'
66

77
import { Option, OptionIcon, OptionTitle } from './styles'
88

components/ArticleActionsPanel/EditOption.js renamed to src/components/ArticleActionsPanel/EditOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import T from 'prop-types'
33

44
import { ICON_CMD } from '@config'
55
import { THREAD } from '@constant'
6+
import { withGuardian } from '@hoc'
67

7-
import withGuardian from '@components/HOC/withGuardian'
88
import { Option, OptionIcon, OptionTitle } from './styles'
99

1010
const EditOption = ({ thread, onEdit }) => (

components/ArticleActionsPanel/PinOption.js renamed to src/components/ArticleActionsPanel/PinOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import T from 'prop-types'
33

44
import { ICON_CMD } from '@config'
5-
import withGuardian from '@components/HOC/withGuardian'
5+
import { withGuardian } from '@hoc'
66

77
import { Option, OptionIcon, OptionTitle } from './styles'
88

components/ArticleActionsPanel/RefineOption.js renamed to src/components/ArticleActionsPanel/RefineOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import T from 'prop-types'
33
import R from 'ramda'
44

55
import { ICON_CMD } from '@config'
6-
import withGuardian from '@components/HOC/withGuardian'
6+
import { withGuardian } from '@hoc'
77

88
import { Option, OptionIcon, OptionTitle } from './styles'
99

File renamed without changes.
File renamed without changes.

components/ContributorList/index.js renamed to src/components/ContributorList/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ import React from 'react'
88
import T from 'prop-types'
99

1010
import { buildLog } from '@utils'
11+
import { withGuardian } from '@hoc'
1112

1213
import AvatarAdder from '@containers/AvatarAdder'
13-
14-
import withGuardian from '@components/HOC/withGuardian'
1514
import Popover from '@components/Popover'
1615
import GithubUserCard from '@components/GithubUserCard'
1716

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/Pagi/styles/mobile_pagination.js renamed to src/components/Pagi/styles/mobile_pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import styled from 'styled-components'
22

33
// import Img from '../../../components/Img'
4-
import { theme, cs } from '../../../utils'
4+
import { theme, cs } from '@utils'
55

66
export const Wrapper = styled.div`
77
${cs.flex('justify-between')};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)