Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styled from 'styled-components';
import Section from './Section';
const CenteredSection = styled(Section)`
text-align: center;
`;
export default CenteredSection;