Skip to content

Commit c24553d

Browse files
committed
refactor: CPopover: delete style import
1 parent 5bea981 commit c24553d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/tooltip/CPopover.css

-11
This file was deleted.

src/tooltip/CPopover.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import React, {useCallback} from 'react'
22
import PropTypes from 'prop-types'
33
import CTooltip from './CTooltip.js'
4-
import 'tippy.js/dist/border.css'
5-
import './CPopover.css'
64
import { renderToString } from 'react-dom/server'
75

86
//component - CoreUI / CPopover
@@ -15,7 +13,6 @@ const generateContent = (content, header) => {
1513
const CPopover = props => {
1614

1715
let {
18-
//
1916
header,
2017
children,
2118
content,

0 commit comments

Comments
 (0)