databag/net/web/src/login/Login.styled.js

6 lines
123 B
JavaScript
Raw Normal View History

2022-08-03 20:20:10 +00:00
import styled from 'styled-components';
import Colors from 'constants/Colors';
export const LoginWrapper = styled.div`
`;