Skip to content

Commit 07e31bc

Browse files
committed
chore: clean CIcon component
1 parent 1dc7d11 commit 07e31bc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/CIcon.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
import React from 'react'
2-
import CIconRaw from './CIconRaw'
31
import './CIcon.css'
4-
5-
//component - CoreUI / CIcon
6-
const CIcon = props => <CIconRaw {...props}/>
7-
export default CIcon
2+
export { default as CIcon } from './CIconRaw'

0 commit comments

Comments
 (0)