refactor: api routes

This commit is contained in:
Daniel Soares
2021-12-24 11:48:37 -03:00
parent 19aa8d2311
commit 165c26af3f
42 changed files with 622 additions and 506 deletions

View File

@@ -14,6 +14,7 @@ export const Content = styled.div`
padding: 5rem 1rem 1rem;
font-family: 'Roboto', sans-serif;
overflow-y: scroll;
background: #fff;
`
export const Preview = styled.div`