oliverbooth.dev/OliverBooth.Admin/Pages/_ViewImports.cshtml
Oliver Booth a312281c22
feat: add preliminary admin project
The admin dashboard will be separated into its own subdomain. For this reason, a separate project will be created
2024-03-02 05:25:42 +00:00

3 lines
115 B
Plaintext

@using OliverBooth.Admin
@namespace OliverBooth.Admin.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers