Add index campaign view

This commit is contained in:
Christian Arenas 2017-06-15 02:21:03 +02:00
parent 870ac403af
commit fdc15fb4f9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@{
ViewData["Title"] = "Index";
}
<h2>Index</h2>

View File

@ -67,6 +67,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Views\Campaigns\" />
<Folder Include="wwwroot\lib\" />
</ItemGroup>