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

Commit 23f2d3f

Browse files
committed
chore: Merge branch 'treeshake' into dev
2 parents 78ca09c + 4405cc4 commit 23f2d3f

File tree

16 files changed

+20
-1406
lines changed

16 files changed

+20
-1406
lines changed

components/ArticleEditToolbar/styles/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import styled from 'styled-components'
22

33
import { Input } from 'antd'
4+
import 'antd/lib/input/style/index.css'
5+
46
// import Img from '@Img'
57
import { cs, theme } from '@utils'
68

components/FormItem/styles/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styled from 'styled-components'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
// import Img from '@Img'
56
import { theme, cs } from '@utils'

containers/AccountEditor/SocialInputer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
import { ICON_CMD } from '@config'
56
import { buildLog, nilOrEmpty, SOCIAL_LISTS } from '@utils'

containers/CommunitySetter/Message.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { Alert } from 'antd'
3+
import 'antd/lib/alert/style/index.css'
34

45
const Message = () => (
56
<Alert

containers/CommunitySetter/styles/search_bar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styled from 'styled-components'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
import Img from '@components/Img'
56
import { cs, theme } from '@utils'

containers/FavoritesCats/Creator.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from 'react'
22
import { Button, Input, Radio } from 'antd'
3+
import 'antd/lib/radio/style/index.css'
4+
import 'antd/lib/input/style/index.css'
35

46
import { Space } from '@components/BaseStyled'
57
import SectionLabel from '@components/SectionLabel'

containers/FavoritesCats/Updater.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from 'react'
22
import { Button, Input, Radio } from 'antd'
3+
import 'antd/lib/radio/style/index.css'
4+
import 'antd/lib/input/style/index.css'
35

46
import Popconfirm from '@components/Popconfirm'
57
import { Space } from '@components/BaseStyled'

containers/GirlVerifier/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import React from 'react'
88
import { Button, Input } from 'antd'
9+
import 'antd/lib/input/style/index.css'
910

1011
import { ICON_CMD } from '@config'
1112
import { connectStore, buildLog } from '@utils'

containers/Informer/Form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react'
22

33
import { Input, Button } from 'antd'
4+
import 'antd/lib/input/style/index.css'
45

56
import { Space } from '@components/BaseStyled'
67
import SectionLabel from '@components/SectionLabel'

containers/JobEditor/styles/editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styled from 'styled-components'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
import { theme, cs } from '@utils'
56

0 commit comments

Comments
 (0)