mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
|
import styled from 'styled-components';
|
||
|
|
||
|
export const AppWrapper = styled.div`
|
||
|
position: absolute;
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
`;
|