fix module resolve error

This commit is contained in:
strozw
2020-09-24 09:38:34 +09:00
parent c5c610e88c
commit 7e780a9e0f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import styled from 'styled-components';
import styled from 'styled-components-v5';
import View from './View';
const getColor = color => {

View File

@@ -1,4 +1,4 @@
import styled from 'styled-components';
import styled from 'styled-components-v5';
import View from './View';
export default styled(View).attrs(p => ({ style: { borderBottomColor: p.color } }))(p => ({

View File

@@ -1,4 +1,4 @@
import styled from 'styled-components';
import styled from 'styled-components-v5';
export default styled.div({
alignItems: 'stretch',

View File

@@ -1,4 +1,4 @@
import styled from 'styled-components';
import styled from 'styled-components-v5';
import View from './View';
const getColor = color => {

View File

@@ -1,4 +1,4 @@
import styled from 'styled-components';
import styled from 'styled-components-v5';
import View from './View';
export default styled(View).attrs(p => ({ style: { borderBottomColor: p.color } }))`

View File

@@ -1,4 +1,4 @@
import styled from 'styled-components';
import styled from 'styled-components-v5';
export default styled.div`
align-items: stretch;