[frontend] export MasterPageComponent for re-use in hybrid build

This commit is contained in:
nymkappa
2023-11-14 15:53:37 +09:00
parent cbf2395009
commit 756f6d8abe

View File

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