File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
web/src/components/ExpandedViewMode Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ** Join our Acorn test group** ] ( https://forms.gle/Ani18rJhDuAGv9LQ8 )
6
6
7
- [ ** Check out the Acorn overview ** ] ( https://github.com/lightningrodlabs/ acorn-docs )
7
+ [ ** Check out the Acorn introduction and knowledge base ** ] ( https://sprillow.gitbook.io/acorn-knowledge-base/about- acorn/what-is-acorn )
8
8
9
- [ ** Check out our releases ** ] ( https://github.com/lightningrodlabs/acorn/releases )
9
+ [ ** Check out our v1.0.1-alpha release! ** ] ( https://github.com/lightningrodlabs/acorn/releases/tag/v1.0.1-alpha )
10
10
11
11
## Are you a developer? [ Read on] ( ./DEVELOPERS.md )
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react'
2
2
import { connect } from 'react-redux'
3
3
import { RootState } from '../../redux/reducer'
4
4
import ConnectedEVRightColumn from './EVRightColumn/EVRightColumn.connector'
5
- import ConnectedEvComments from './EvMiddleColumn /TabContent/EvComments/EvComments.connector'
6
- import ConnectedEvDetails from './EvMiddleColumn /TabContent/EvDetails/EvDetails.connector'
5
+ import ConnectedEvComments from './EVMiddleColumn /TabContent/EvComments/EvComments.connector'
6
+ import ConnectedEvDetails from './EVMiddleColumn /TabContent/EvDetails/EvDetails.connector'
7
7
import ExpandedViewModeComponent , {
8
8
ExpandedViewModeConnectorProps ,
9
9
ExpandedViewModeOwnProps ,
You can’t perform that action at this time.
0 commit comments