Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit5e3bd14

Browse files
committed
refactor: mv conmponent/containers/services/hooks/ ... to src dir
1 parent5587bb8 commit5e3bd14

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
importTfrom'prop-types'
33

44
import{ICON_CMD}from'@config'
5-
importwithGuardianfrom'@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
importTfrom'prop-types'
33

44
import{ICON_CMD}from'@config'
5-
importwithGuardianfrom'@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-
importwithGuardianfrom'@components/HOC/withGuardian'
88
import{Option,OptionIcon,OptionTitle}from'./styles'
99

1010
constEditOption=({ 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
importTfrom'prop-types'
33

44
import{ICON_CMD}from'@config'
5-
importwithGuardianfrom'@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
importRfrom'ramda'
44

55
import{ICON_CMD}from'@config'
6-
importwithGuardianfrom'@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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp