mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-03-30 18:03:20 +02:00
9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const StyledFrame = styled.div`
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
`;
|