diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 19:36:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 19:36:31 -0400 |
commit | 65f0fa625575592639a24a9b39330e4a6b500f22 (patch) | |
tree | 3e53748403ffced66f64e830bfb798f650ed5ee2 /src/SMAPI.Web/Views/_ViewStart.cshtml | |
parent | 3d8bdacc8cb5c9d5514e052d5d4c1d5f2dbc6e9e (diff) | |
download | SMAPI-65f0fa625575592639a24a9b39330e4a6b500f22.tar.gz SMAPI-65f0fa625575592639a24a9b39330e4a6b500f22.tar.bz2 SMAPI-65f0fa625575592639a24a9b39330e4a6b500f22.zip |
add scaffolding for web UI (#358)
Diffstat (limited to 'src/SMAPI.Web/Views/_ViewStart.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/_ViewStart.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Views/_ViewStart.cshtml b/src/SMAPI.Web/Views/_ViewStart.cshtml new file mode 100644 index 00000000..a5f10045 --- /dev/null +++ b/src/SMAPI.Web/Views/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} |