We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc7d11 commit 07e31bcCopy full SHA for 07e31bc
src/CIcon.js
@@ -1,7 +1,2 @@
1
-import React from 'react'
2
-import CIconRaw from './CIconRaw'
3
import './CIcon.css'
4
-
5
-//component - CoreUI / CIcon
6
-const CIcon = props => <CIconRaw {...props}/>
7
-export default CIcon
+export { default as CIcon } from './CIconRaw'
0 commit comments