mirror of
https://github.com/ershisan99/it-incubator-todolist-ts-17-live-2024-08-17.git
synced 2026-02-04 21:02:13 +00:00
chore: rename types to remove word "Type"
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {
|
||||
appReducer,
|
||||
InitialStateType,
|
||||
InitialState,
|
||||
setAppError,
|
||||
setAppStatus,
|
||||
} from './app-reducer'
|
||||
|
||||
let startState: InitialStateType
|
||||
let startState: InitialState
|
||||
|
||||
beforeEach(() => {
|
||||
startState = {
|
||||
|
||||
Reference in New Issue
Block a user