Skip to content

Commit c4667d4

Browse files
committed
fix symbol
1 parent 86132cd commit c4667d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/SimilarBlogPostSection.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@using LinkDotNet.Blog.Domain
2-
@using LinkDotNet.Blog.Infrastructure.Persistence˘
2+
@using LinkDotNet.Blog.Infrastructure.Persistence
33
@inject IRepository<BlogPost> BlogPostRepository
44
@inject IRepository<SimilarBlogPost> SimilarBlogPostJobRepository
55

0 commit comments

Comments
 (0)