[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
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

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