mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-18 14:59:19 +00:00
8 lines
246 B
HTML
8 lines
246 B
HTML
<app-top-bar></app-top-bar>
|
|
<div id="mainComponents">
|
|
<app-product-details [productId]="productId"></app-product-details>
|
|
<app-newest-prices-list [productId]="productId"></app-newest-prices-list>
|
|
</div>
|
|
<app-bottom-bar></app-bottom-bar>
|
|
|