chore: clean-up

This commit is contained in:
Łukasz Holeczek 2021-08-12 16:09:13 +02:00
parent 88f431651c
commit ac31229a29

View File

@ -95,18 +95,6 @@ const Select = () => {
</CCardBody>
</CCard>
</CCol>
{/* <CCol xs={12}>
<CCard className="mb-4">
<CCardHeader>
<strong>React Select</strong> <small></small>
</CCardHeader>
<CCardBody>
<DocsExample href="forms/select">
</DocsExample>
</CCardBody>
</CCard>
</CCol> */}
</CRow>
)
}