[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
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 { }