MOBILE-4616 chat: Move chat constants to a file
parent
f65d640999
commit
e115e840c1
|
@ -80,4 +80,4 @@ const routes: Routes = [
|
|||
AddonModChatSessionMessagesPage,
|
||||
],
|
||||
})
|
||||
export class AddonModChatLazyModule {}
|
||||
export default class AddonModChatLazyModule {}
|
||||
|
|
|
@ -28,7 +28,7 @@ import { ADDON_MOD_CHAT_COMPONENT, ADDON_MOD_CHAT_PAGE_NAME } from './constants'
|
|||
const routes: Routes = [
|
||||
{
|
||||
path: ADDON_MOD_CHAT_PAGE_NAME,
|
||||
loadChildren: () => import('./chat-lazy.module').then(m => m.AddonModChatLazyModule),
|
||||
loadChildren: () => import('./chat-lazy.module'),
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue