mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-12 01:48:49 +00:00
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>CARTAID</PageTitle>
|
|
|
|
<div class="page">
|
|
<div class="sidebar-menu">
|
|
<NavMenu/>
|
|
</div>
|
|
<div class="right-frame">
|
|
@Body
|
|
</div>
|
|
</div>
|