summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/_ViewStart.cshtml
blob: 0dbac246cf7bce6567aba32e6782a10d8636faff (plain)
1
2
3
4
5
6
7
@{
    #nullable disable
}

@{
    Layout = "_Layout";
}