mirror of
https://github.com/balzack/databag.git
synced 2025-02-13 03:59:16 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
import styled from 'styled-components';
|
||
|
import Colors from 'constants/Colors';
|
||
|
|
||
|
export const LoginWrapper = styled.div`
|
||
|
`;
|