mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-04 13:36:46 +00:00
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
![]() |
import styled from 'styled-components';
|
||
|
|
||
|
export const ChartContainer = styled.div`
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
flex-direction: column;
|
||
|
`;
|