Stable run with tailwind
This commit is contained in:
@@ -4,7 +4,7 @@ using LiteCharms.Features.Extensions;
|
||||
using LiteCharms.Features.MidrandBooks.Extensions;
|
||||
using static LiteCharms.Features.Extensions.Quartz;
|
||||
|
||||
namespace MidrandBookshop;
|
||||
namespace MidrandBooks;
|
||||
|
||||
public static class Setup
|
||||
{
|
||||
@@ -31,7 +31,6 @@ public static class Setup
|
||||
|
||||
services.AddHttpClient();
|
||||
services.AddScoped<CartService>();
|
||||
services.AddScoped<HydrationService>();
|
||||
services.AddShopServices(includeLocalStorage: true);
|
||||
services.AddHashServices(configuration);
|
||||
services.AddPayfastServices(configuration);
|
||||
|
||||
Reference in New Issue
Block a user