@ -13,6 +13,7 @@ In this document we will explain how to convert BookStore's Books create & edit
Books.razor page is the main page of the books management. Create & Update operations are done in this page. So we'll remove create & update operations from this page and move a separate blazor component for each operation. Each component will be a page.