Skip to content

Commit 58965be

Browse files
committed
checking the code
1 parent 59d5418 commit 58965be

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Alertnity.Web/Components/Pages/Home.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@
4747
</div>
4848
<button type="submit" class="btn" style="background-color:#800080; color: white;">Submit</button>
4949
</EditForm>
50-
5150
</div>
5251
</div>
5352
<LoadingIndicator @ref="loadingIndicator">
54-
5553
<!-- Crime Map Display -->
5654
@if (appState.showMap)
5755
{

Alertnity.Web/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//AppState registering
1111
//builder.Services.AddSingleton<AppState>();
1212
builder.Services.AddScoped<AppState>();
13+
1314
//CrimeCountingServices registering
1415
builder.Services.AddScoped<CrimeCountingServices>();
1516

0 commit comments

Comments
 (0)