import styled from 'styled-components'; import Styled from '/imports/ui/components/settings/submenus/styles'; const Title = styled(Styled.Title)``; const SubTitle = styled(Styled.SubTitle)``; const Form = styled(Styled.Form)``; const Row = styled(Styled.Row)``; const Col = styled(Styled.Col)``; const FormElement = styled(Styled.FormElement)``; const FormElementRight = styled(Styled.FormElementRight)``; const Label = styled(Styled.Label)``; export default { Title, SubTitle, Form, Row, Col, FormElement, FormElementRight, Label, };