Skip to content

Commit

Permalink
fix: template error
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 27, 2024
1 parent 1cfefaa commit 6df8cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Coalesce.Starter.Vue.Data.Models;

namespace Coalesce.Starter.Vue.Data;
namespace Coalesce.Starter.Vue.Data;

public class DatabaseSeeder(AppDbContext db)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
global using System.Security.Claims;
global using Coalesce.Starter.Vue.Data.Auth;
global using Coalesce.Starter.Vue.Data.Coalesce;
#if (Identity || ExampleModel)
global using Coalesce.Starter.Vue.Data.Models;
#endif

global using OrderByDirections = IntelliTect.Coalesce.DataAnnotations.DefaultOrderByAttribute.OrderByDirections;
global using SearchMethods = IntelliTect.Coalesce.DataAnnotations.SearchAttribute.SearchMethods;
Expand Down

0 comments on commit 6df8cc0

Please sign in to comment.