Skip to content

Commit f0f79cf

Browse files
committed
chore: clean-uo
1 parent 8700f05 commit f0f79cf

File tree

28 files changed

+28
-112
lines changed

28 files changed

+28
-112
lines changed

src/views/base/accordion/Accordion.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ import {
1010
CAccordionHeader,
1111
CAccordionItem,
1212
} from '@coreui/react'
13-
import { DocsCallout, DocsExample } from 'src/components'
13+
import { DocsExample } from 'src/components'
1414

1515
const Accordion = () => {
1616
return (
1717
<CRow>
18-
<CCol xs={12}>
19-
<DocsCallout name="Accordion" href="components/accordion" />
20-
</CCol>
2118
<CCol xs={12}>
2219
<CCard className="mb-4">
2320
<CCardHeader>

src/views/base/breadcrumbs/Breadcrumbs.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ import {
99
CRow,
1010
CLink,
1111
} from '@coreui/react'
12-
import { DocsCallout, DocsExample } from 'src/components'
12+
import { DocsExample } from 'src/components'
1313

1414
const Breadcrumbs = () => {
1515
return (
1616
<CRow>
17-
<CCol xs={12}>
18-
<DocsCallout name="Breadcrumb" href="components/breadcrumb" />
19-
</CCol>
2017
<CCol xs={12}>
2118
<CCard className="mb-4">
2219
<CCardHeader>

src/views/base/cards/Cards.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ import {
1919
CCol,
2020
CRow,
2121
} from '@coreui/react'
22-
import { DocsCallout, DocsExample } from 'src/components'
22+
import { DocsExample } from 'src/components'
2323

2424
import ReactImg from 'src/assets/images/react.jpg'
2525

2626
const Cards = () => {
2727
return (
2828
<CRow>
29-
<CCol xs={12}>
30-
<DocsCallout name="Card" href="components/card" />
31-
</CCol>
3229
<CCol xs={12}>
3330
<CCard className="mb-4">
3431
<CCardHeader>

src/views/base/carousels/Carousels.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
CCol,
1010
CRow,
1111
} from '@coreui/react'
12-
import { DocsCallout, DocsExample } from 'src/components'
12+
import { DocsExample } from 'src/components'
1313

1414
import AngularImg from 'src/assets/images/angular.jpg'
1515
import ReactImg from 'src/assets/images/react.jpg'
@@ -24,9 +24,6 @@ const slidesLight = [
2424
const Carousels = () => {
2525
return (
2626
<CRow>
27-
<CCol xs={12}>
28-
<DocsCallout name="Carousel" href="components/carousel" />
29-
</CCol>
3027
<CCol xs={12}>
3128
<CCard className="mb-4">
3229
<CCardHeader>

src/views/base/collapses/Collapses.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from 'react'
22
import { CButton, CCard, CCardBody, CCardHeader, CCol, CCollapse, CRow } from '@coreui/react'
3-
import { DocsCallout, DocsExample } from 'src/components'
3+
import { DocsExample } from 'src/components'
44

55
const Collapses = () => {
66
const [visible, setVisible] = useState(false)
@@ -10,9 +10,6 @@ const Collapses = () => {
1010

1111
return (
1212
<CRow>
13-
<CCol xs={12}>
14-
<DocsCallout name="Collapse" href="components/collapse" />
15-
</CCol>
1613
<CCol xs={12}>
1714
<CCard className="mb-4">
1815
<CCardHeader>

src/views/base/list-groups/ListGroups.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ import {
1010
CListGroupItem,
1111
CRow,
1212
} from '@coreui/react'
13-
import { DocsCallout, DocsExample } from 'src/components'
13+
import { DocsExample } from 'src/components'
1414

1515
const ListGroups = () => {
1616
return (
1717
<CRow>
18-
<CCol xs={12}>
19-
<DocsCallout name="List Group" href="components/list-group" />
20-
</CCol>
2118
<CCol xs={12}>
2219
<CCard className="mb-4">
2320
<CCardHeader>

src/views/base/navs/Navs.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ import {
1313
CNavItem,
1414
CNavLink,
1515
} from '@coreui/react'
16-
import { DocsCallout, DocsExample } from 'src/components'
16+
import { DocsExample } from 'src/components'
1717

1818
const Navs = () => {
1919
return (
2020
<CRow>
21-
<CCol xs={12}>
22-
<DocsCallout name="Nav" href="components/nav" />
23-
</CCol>
2421
<CCol xs={12}>
2522
<CCard className="mb-4">
2623
<CCardHeader>

src/views/base/paginations/Paginations.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ import {
88
CPaginationItem,
99
CRow,
1010
} from '@coreui/react'
11-
import { DocsCallout, DocsExample } from 'src/components'
11+
import { DocsExample } from 'src/components'
1212

1313
const Paginations = () => {
1414
return (
1515
<CRow>
16-
<CCol xs={12}>
17-
<DocsCallout name="Pagination" href="components/pagination" />
18-
</CCol>
1916
<CCol xs={12}>
2017
<CCard className="mb-4">
2118
<CCardHeader>

src/views/base/placeholders/Placeholders.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ import {
1111
CPlaceholder,
1212
CRow,
1313
} from '@coreui/react'
14-
import { DocsCallout, DocsExample } from 'src/components'
14+
import { DocsExample } from 'src/components'
1515

1616
import ReactImg from 'src/assets/images/react.jpg'
1717

1818
const Placeholders = () => {
1919
return (
2020
<CRow>
21-
<CCol xs={12}>
22-
<DocsCallout name="Placeholder" href="components/placeholder" />
23-
</CCol>
2421
<CCol xs={12}>
2522
<CCard className="mb-4">
2623
<CCardHeader>

src/views/base/popovers/Popovers.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import React from 'react'
22
import { CButton, CCard, CCardBody, CCardHeader, CPopover, CRow, CCol } from '@coreui/react'
3-
import { DocsCallout, DocsExample } from 'src/components'
3+
import { DocsExample } from 'src/components'
44

55
const Popovers = () => {
66
return (
77
<CRow>
8-
<CCol xs={12}>
9-
<DocsCallout name="Popover" href="components/popover" />
10-
</CCol>
118
<CCol xs={12}>
129
<CCard className="mb-4">
1310
<CCardHeader>

0 commit comments

Comments
 (0)