- fix: starting the app it doesn't loaded the SingleTodo correctly...
the problem was:
import { SingleTodo } from '@components' // doesn't work:
Resolve :
import { SingleTodo } from '../../SingleTodo' // correct!
This commit is contained in:
@@ -22,6 +22,7 @@ export interface IUserState {
|
||||
tokens?: IToken[]
|
||||
|
||||
verifiedEmail?: boolean
|
||||
categorySel?: string
|
||||
|
||||
tokenforgot?: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user