Skip to content

Commit

Permalink
Clean unused
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Apr 26, 2024
1 parent 50bf376 commit 41a2c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/room/Room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import HelpButton from '../../components/controlbuttons/HelpButton';
import { useNotifier, useAppSelector, useAppDispatch } from '../../store/hooks';
import moment from 'moment';

import * as countdownTimerActions from '../../store/actions/countdownTimerActions';
import { countdownTimerActions as countdownTimerSlices } from '../../store/slices/countdownTimerSlice';

const Room = (): JSX.Element => {
Expand Down

0 comments on commit 41a2c77

Please sign in to comment.