Skip to content

Commit fdc15fb

Browse files
committed
Add index campaign view
1 parent 870ac40 commit fdc15fb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
@{
3+
ViewData["Title"] = "Index";
4+
}
5+
6+
<h2>Index</h2>
7+

src/Web/WebMVC/WebMVC.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
</ItemGroup>
6868

6969
<ItemGroup>
70+
<Folder Include="Views\Campaigns\" />
7071
<Folder Include="wwwroot\lib\" />
7172
</ItemGroup>
7273

0 commit comments

Comments
 (0)