mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
feat: add create/edit link form + controller methods
This commit is contained in:
@@ -3,7 +3,7 @@ import styled from '@emotion/styled';
|
||||
const Form = styled.form({
|
||||
width: '100%',
|
||||
display: 'flex',
|
||||
gap: '0.5em',
|
||||
gap: '1em',
|
||||
flexDirection: 'column',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user