diff --git a/TaxBaik.Web/Pages/_ViewStart.cshtml b/TaxBaik.Web/Pages/_ViewStart.cshtml new file mode 100644 index 0000000..820a2f6 --- /dev/null +++ b/TaxBaik.Web/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +}