chore: refactor tasks reducer to export selectors

This commit is contained in:
2024-08-17 20:34:04 +02:00
parent bc25e740f2
commit d5a21cc710

View File

@@ -13,7 +13,6 @@ import {
addTaskTC,
removeTaskTC,
selectTasks,
TasksState,
updateTaskTC,
} from './tasks-reducer'
import { TaskStatuses } from 'api/todolists-api'