RC-4: correct imports for AppContext
This commit is contained in:
@@ -7,7 +7,7 @@ const aliases = (prefix = `src`) => ({
|
||||
'app/shared-components': `${prefix}/app/shared-components`,
|
||||
'app/configs': `${prefix}/app/configs`,
|
||||
'app/theme-layouts': `${prefix}/app/theme-layouts`,
|
||||
'app/AppContext': `${prefix}/app/AppContext`,
|
||||
'app/contexts/AppContext': `${prefix}/app/contexts/AppContext`,
|
||||
});
|
||||
|
||||
module.exports = aliases;
|
||||
|
||||
Reference in New Issue
Block a user