diff --git a/src/components/Tips/Tips.tsx b/src/components/Tips/Tips.tsx index 2770ed3a..ba423f58 100644 --- a/src/components/Tips/Tips.tsx +++ b/src/components/Tips/Tips.tsx @@ -3,7 +3,7 @@ import { useDispatch } from 'react-redux'; import { setNotificationAction } from 'actions'; -import './Clipboard.scss'; +import './Tips.scss'; interface ITipsProps { str: string;