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

This commit is contained in:
nymkappa
2023-11-14 15:53:37 +09:00
parent ab8b557e73
commit fa040ca19f

View File

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