feat: add user management section

This commit is contained in:
Daniel Soares
2021-12-23 18:02:47 -03:00
parent f977de999d
commit 19aa8d2311
64 changed files with 1713 additions and 398 deletions
@@ -0,0 +1,14 @@
import styled from 'styled-components'
export const Wrapper = styled.form`
display: flex;
flex-direction: column;
gap: 1rem;
`
export const InputsGroup = styled.div`
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
`