Skip to content

Commit 584cfe9

Browse files
committed
fix(CToaster): remove unused imports
1 parent 2c54cb3 commit 584cfe9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/toast/CToaster.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import React, { forwardRef, HTMLAttributes, useEffect, useState, useRef, ReactEl
22
import PropTypes from 'prop-types'
33
import { createPortal } from 'react-dom'
44
import classNames from 'classnames'
5-
6-
import { CToastProps, CToast } from './CToast'
7-
85
export interface CToasterProps extends HTMLAttributes<HTMLDivElement> {
96
/**
107
* A string of all className you want applied to the base component. [docs]

0 commit comments

Comments
 (0)