Merge pull request #4374 from mempool/nymkappa/fix-hybrid-build-routing

[frontend] export MasterPageComponent for re-use in hybrid build
This commit is contained in:
softsimon 2023-11-15 18:02:25 +09:00 committed by GitHub
commit f9f9c62608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,12 +109,9 @@ export class MasterPageRoutingModule { }
],
declarations: [
MasterPageComponent,
],
exports: [
MasterPageComponent,
]
})
export class MasterPageModule { }