RC-4: correct imports for AppContext
This commit is contained in:
@@ -1,16 +1,34 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@fuse/*": ["./src/@fuse/*"],
|
||||
"@history*": ["./src/@history"],
|
||||
"@lodash": ["./src/@lodash"],
|
||||
"@mock-api": ["./src/@mock-api"],
|
||||
"app/store/*": ["./src/app/store/*"],
|
||||
"app/shared-components/*": ["./src/app/shared-components/*"],
|
||||
"app/configs/*": ["./src/app/configs/*"],
|
||||
"app/theme-layouts/*": ["./src/app/theme-layouts/*"],
|
||||
"app/AppContext": ["./src/app/AppContext"]
|
||||
}
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@fuse/*": [
|
||||
"./src/@fuse/*"
|
||||
],
|
||||
"@history*": [
|
||||
"./src/@history"
|
||||
],
|
||||
"@lodash": [
|
||||
"./src/@lodash"
|
||||
],
|
||||
"@mock-api": [
|
||||
"./src/@mock-api"
|
||||
],
|
||||
"app/store/*": [
|
||||
"./src/app/store/*"
|
||||
],
|
||||
"app/shared-components/*": [
|
||||
"./src/app/shared-components/*"
|
||||
],
|
||||
"app/configs/*": [
|
||||
"./src/app/configs/*"
|
||||
],
|
||||
"app/theme-layouts/*": [
|
||||
"./src/app/theme-layouts/*"
|
||||
],
|
||||
"app/contexts/AppContext": [
|
||||
"./src/app/contexts/AppContext"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user