diff options
Diffstat (limited to 'src/Pages/_ViewImports.cshtml')
| -rw-r--r-- | src/Pages/_ViewImports.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Pages/_ViewImports.cshtml b/src/Pages/_ViewImports.cshtml new file mode 100644 index 0000000..bc2d314 --- /dev/null +++ b/src/Pages/_ViewImports.cshtml @@ -0,0 +1,3 @@ +@using I2R.LightNews +@namespace I2R.LightNews.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
