Skip to content

Commit

Permalink
fix some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ru-danko authored May 9, 2024
1 parent 9cd673d commit 322e503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tips/Tips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useDispatch } from 'react-redux';

import { setNotificationAction } from 'actions';

import './Clipboard.scss';
import './Tips.scss';

interface ITipsProps {
str: string;
Expand Down

0 comments on commit 322e503

Please sign in to comment.