Skip to content

Commit

Permalink
Add missing using
Browse files Browse the repository at this point in the history
  • Loading branch information
mvromer committed Feb 14, 2024
1 parent 4d9f3fb commit c3301b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orders/src/OrdersApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using MudBlazor.Services;
using OrdersApp;

var builder = WebAssemblyHostBuilder.CreateDefault(args);
Expand Down

0 comments on commit c3301b1

Please sign in to comment.