mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 07:56:56 +00:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
|
|
import styled from 'styled-components';
|
||
|
|
|
||
|
|
export const InfinityWrapperStyled = styled.div`
|
||
|
|
min-height: 40rem;
|
||
|
|
display: flex;
|
||
|
|
`;
|