mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-04 16:49:36 +00:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
@inherits LayoutComponentBase
|
|
@using ShoppingAssistantWebClient.Web.Pages
|
|
<PageTitle>CARTAID</PageTitle>
|
|
<head>
|
|
<link rel="stylesheet" href="css/MainLayout.css" />
|
|
</head>
|
|
|
|
<div class="page">
|
|
<div class="sidebar-menu">
|
|
<NavMenu/>
|
|
</div>
|
|
<div class="right-frame">
|
|
@Body
|
|
</div>
|
|
</div> |