diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md
index f4fcf61e25..7bc42b1fc9 100644
--- a/docs/en/Tutorials/Part-2.md
+++ b/docs/en/Tutorials/Part-2.md
@@ -590,7 +590,6 @@ Open the `Books.razor` and replace the content as the following:
````xml
@page "/books"
@using Volo.Abp.Application.Dtos
-@using Volo.Abp.BlazoriseUI
@using Acme.BookStore.Books
@using Acme.BookStore.Localization
@using Microsoft.Extensions.Localization
@@ -620,14 +619,14 @@ Open the `Books.razor` and replace the content as the following:
@context.PublishDate.ToShortDateString()