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

Commit 43a13eb

Browse files
committed
refactor(alias): use @ for containers/components/schemas .. etc
1 parent 2f5d5bc commit 43a13eb

Some content is hidden

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

52 files changed

+118
-118
lines changed

components/MarkDownPreviewer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import remarkableemoj from 'remarkable-emoji'
1111
import mentionsPlugin from 'remarkable-mentions'
1212
import Prism from 'mastani-codehighlight'
1313

14-
import MarkDownStyle from 'containers/ThemeWrapper/MarkDownStyle'
14+
import MarkDownStyle from '@containers/ThemeWrapper/MarkDownStyle'
1515
import { MENTION_USER_ADDR } from '@config'
1616
import { makeDebugger } from '@utils'
1717

components/MarkDownRender/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import remarkableemoj from 'remarkable-emoji'
1212
import mentionsPlugin from 'remarkable-mentions'
1313
import Prism from 'mastani-codehighlight'
1414

15-
import MarkDownStyle from 'containers/ThemeWrapper/MarkDownStyle'
15+
import MarkDownStyle from '@containers/ThemeWrapper/MarkDownStyle'
1616
import { MENTION_USER_ADDR } from '@config'
1717
import { makeDebugger } from '@utils'
1818
import { PreviewerContainer } from './styles'

containers/AccountViewer/styles/planets.js

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

3-
import Img from 'components/Img'
3+
import Img from '@components/Img'
44
import { theme, cs } from '@utils'
55

66
export const Wrapper = styled.div``

containers/ArticleViwer/PostViewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import TimeAgo from 'timeago-react'
3-
// import CommentsList from 'components/CommentsList'
3+
// import CommentsList from '@components/CommentsList'
44
import { MarkDownPreviewer, PostLoading } from '@components'
55
import { ICON_CMD } from '@config'
66
import { TYPE } from '@utils'

containers/Comments/styles/comment_editor.js

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

3-
// import Img from 'components/Img'
3+
// import Img from '@components/Img'
44
import { theme, cs } from '@utils'
55

66
export const Container = styled.div`

containers/Comments/styles/comment_reply_editor.js

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

3-
// import Img from 'components/Img'
3+
// import Img from '@components/Img'
44
import { theme, cs } from '@utils'
55

66
export const Wrapper = styled.div`

containers/Comments/styles/comments_filter.js

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

3-
import Img from 'components/Img'
3+
import Img from '@components/Img'
44
import { animate, theme, cs } from '@utils'
55

66
export const FilterWraper = styled.div`

containers/Comments/styles/comments_list.js

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

3-
import Img from 'components/Img'
3+
import Img from '@components/Img'
44
import { theme, animate, cs } from '@utils'
55
import { ReplyBarBase, ReplyToBodyBase, ReplyToFloorBase } from './index'
66

containers/Comments/styles/editor_footer.js

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

3-
import Img from 'components/Img'
3+
import Img from '@components/Img'
44
import { theme, cs } from '@utils'
55

66
export const InputFooter = styled.div`

containers/Comments/styles/editor_header.js

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

3-
import Img from 'components/Img'
3+
import Img from '@components/Img'
44
import { theme, cs } from '@utils'
55

66
export const Wrapper = styled.div`

0 commit comments

Comments
 (0)