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

Commitd0d2f07

Browse files
committed
restructure single use components into containers
1 parent223019e commitd0d2f07

File tree

16 files changed

+13
-13
lines changed

16 files changed

+13
-13
lines changed
File renamed without changes.
File renamed without changes.

‎web-app/src/containers/New/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import queryTutorials from './queryTutorials'
66
import{send}from'utils/vscode'
77
importLoadingPagefrom'../LoadingPage'
88
importErrorViewfrom'components/Error'
9-
importTutorialListfrom'components/TutorialList'
9+
importTutorialListfrom'./TutorialList'
1010

1111
interfaceProps{
1212
tutorialList:T.Tutorial[]

‎web-app/src/components/Level/LevelStageSummary.tsx‎renamed to ‎web-app/src/containers/Tutorial/LevelPage/Level/LevelStageSummary.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Icon } from '@alifd/next'
22
import*asReactfrom'react'
33
import*asTfrom'typings/graphql'
44

5-
importMarkdownfrom'../Markdown'
5+
importMarkdownfrom'components/Markdown'
66

77
conststyles={
88
card:{

‎web-app/src/components/Level/index.tsx‎renamed to ‎web-app/src/containers/Tutorial/LevelPage/Level/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Button, Step } from '@alifd/next'
22
import*asReactfrom'react'
33
import*asTfrom'typings/graphql'
44

5-
importMarkdownfrom'../Markdown'
5+
importMarkdownfrom'components/Markdown'
66
importLevelStageSummaryfrom'./LevelStageSummary'
77

88
conststyles={

‎web-app/src/containers/Tutorial/LevelPage/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useQuery } from '@apollo/react-hooks'
33
import*asTfrom'typings/graphql'
44

55
importErrorViewfrom'components/Error'
6-
importLevelfrom'components/Level'
6+
importLevelfrom'./Level'
77
importqueryLevelfrom'./queryLevel'
88

99
interfaceLevelProps{
File renamed without changes.

‎web-app/src/components/Stage/index.tsx‎renamed to ‎web-app/src/containers/Tutorial/StagePage/Stage/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Button, Step } from '@alifd/next'
22
import*asReactfrom'react'
33
import*asTfrom'typings/graphql'
44

5-
importMarkdownfrom'../Markdown'
5+
importMarkdownfrom'components/Markdown'
66
importStepDescriptionfrom'./StepDescription'
77

88
conststyles={

‎web-app/src/containers/Tutorial/StagePage/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import*asReactfrom'react'
22
import{useQuery}from'@apollo/react-hooks'
33

4-
importStagefrom'components/Stage'
54
importErrorViewfrom'components/Error'
5+
importStagefrom'./Stage'
66
importqueryStagefrom'./queryStage'
77

88
interfacePageProps{
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp