import styled from '@emotion/styled'; export const LineChartBox = styled('div')` width: 100%; height: 100%; `;