()
| 58598 | } |
| 58599 | } |
| 58600 | class App extends Re.Component { |
| 58601 | getLayout() { |
| 58602 | const { getComponent: s, layoutSelectors: o } = this.props, |
| 58603 | i = o.current(), |
| 58604 | a = s(i, !0) |
| 58605 | return a || (() => Re.createElement('h1', null, ' No layout defined for "', i, '" ')) |
| 58606 | } |
| 58607 | render() { |
| 58608 | const s = this.getLayout() |