Skip to content

Commit 7cd4900

Browse files
committed
chore: change Shared folder name to utils
1 parent 54dc1c6 commit 7cd4900

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+46
-46
lines changed

src/CBadge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55
import CLink from './CLink'
66

77
//component - CoreUI / CBadge

src/CBrand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55
import CLink from './CLink'
66

77
//component - CoreUI / CBrand

src/CButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55
import CLink from './CLink'
66
//component - CoreUI / CButton
77

src/CCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55

66
//component - CoreUI / CCard
77

src/CCardBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55
import { sharedPropTypes } from './CCard'
66
//component - CoreUI / CCardBody
77

src/CCardFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55
import { sharedPropTypes } from './CCard.js'
66

77
//component - CoreUI / CCardFooter

src/CCardGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import {tagPropType} from './Shared/helper.js'
4+
import {tagPropType} from './utils/helper.js'
55

66
//component - CoreUI / CCardGroup
77

src/CCardHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import classNames from 'classnames'
4-
import { tagPropType } from './Shared/helper.js'
4+
import { tagPropType } from './utils/helper.js'
55
import { sharedPropTypes } from './CCard'
66

77
//component - CoreUI / CCardHeader

src/CCardImgOverlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
33
import classNames from 'classnames';
4-
import {tagPropType} from './Shared/helper.js';
4+
import {tagPropType} from './utils/helper.js';
55

66
//component - CoreUI / CCardImgOverlay
77

src/CCardSubtitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
33
import classNames from 'classnames';
4-
import {tagPropType} from './Shared/helper.js';
4+
import {tagPropType} from './utils/helper.js';
55

66
//component - CoreUI / CCardSubtitle
77

0 commit comments

Comments
 (0)