mirror of
https://github.com/ershisan99/it-incubator-todolist-ts-17-live-2024-08-17.git
synced 2026-02-04 12:35:13 +00:00
chore: optimize imports
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
todolistsReducer,
|
||||
} from './todolists-reducer'
|
||||
import { tasksReducer, TasksStateType } from './tasks-reducer'
|
||||
import { TodolistType } from '../../api/todolists-api'
|
||||
import { TodolistType } from 'api/todolists-api'
|
||||
|
||||
test('ids should be equals', () => {
|
||||
const startTasksState: TasksStateType = {}
|
||||
|
||||
Reference in New Issue
Block a user