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

View File

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