Skip to content

Commit 88be7fb

Browse files
committed
fix: Restore Scalar.AspNetCore namespace import in Program.cs
1 parent bdaec19 commit 88be7fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Melodee.Blazor/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
using Microsoft.AspNetCore.HttpOverrides;
3838
using Microsoft.AspNetCore.ResponseCompression;
3939
using Microsoft.EntityFrameworkCore;
40-
using Microsoft.AspNetCore.OpenApi;
4140
using Microsoft.OpenApi;
42-
using Scalar.AspNetCore;
4341
using NodaTime;
4442
using Npgsql;
4543
using Quartz;
@@ -50,6 +48,7 @@
5048
using Rebus.Config;
5149
using Rebus.Persistence.InMem;
5250
using Rebus.Transport.InMem;
51+
using Scalar.AspNetCore;
5352
using Serilog;
5453
using SpotifyAPI.Web;
5554
using ILogger = Serilog.ILogger;

0 commit comments

Comments
 (0)