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

0 commit comments

Comments
 (0)