This commit is contained in:
mgabdev
2020-02-25 11:04:44 -05:00
parent 32cd8e622a
commit 0bd1eb2c77
127 changed files with 332 additions and 537 deletions

View File

@@ -133,7 +133,8 @@ class FrameInteractions extends Component {
}
}
export default @connect(state => ({ domain: state.getIn(['meta', 'domain']) }))
export default
@connect(state => ({ domain: state.getIn(['meta', 'domain']) }))
class Introduction extends PureComponent {
static propTypes = {