mirror of
https://github.com/balzack/databag.git
synced 2025-02-13 03:59:16 +00:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
import styled from 'styled-components';
|
|
import Colors from 'constants/Colors';
|
|
|
|
export const AppWrapper = styled.div`
|
|
position: absolute;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
padding: 8px;
|
|
`;
|