add connection modal

This commit is contained in:
Jan Prochazka
2020-01-01 11:23:30 +01:00
parent 0dba0d3a68
commit 7b7aaa8e0f
9 changed files with 214 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
import styled from 'styled-components';
export const Grid = styled.div``;
export const Row = styled.div``;
export const Col = styled.div``;