Added some basic shared components, utils, hooks

This commit is contained in:
ireic
2019-12-08 03:49:49 +01:00
parent 6be3ac2e77
commit 3143f66a0f
82 changed files with 40121 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
import styled from 'styled-components';
export const Main = styled.main`
width: 100%;
padding-left: 75px;
`;