Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn authored Jan 31, 2024
1 parent 269bb39 commit b5bee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Tutorials/Todo/Single-Layer/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ using TodoApp.Entities;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Repositories;
{{else}}
using TodoApp.Entities;
using TodoAppEntities;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Repositories;
{{end}}
Expand Down

0 comments on commit b5bee7b

Please sign in to comment.