40 | )
41 |
42 | export default Imprint
43 |
--------------------------------------------------------------------------------
/renderer/components/JoinBox.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import styled from 'styled-components'
3 |
4 | import People from '../vectors/People'
5 |
6 | const JoinBox = () => (
7 |