mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[Blazor] Fix missing usings
(what is happening?)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
@using Microsoft.Extensions.Localization
|
||||||
@using RomRepoMgr.Blazor.Resources
|
@using RomRepoMgr.Blazor.Resources
|
||||||
@implements IDialogContentComponent
|
@implements IDialogContentComponent
|
||||||
@inject ILogger<ImportDats> Logger
|
@inject ILogger<ImportDats> Logger
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using Microsoft.AspNetCore.Components;
|
using Microsoft.AspNetCore.Components;
|
||||||
|
using Microsoft.FluentUI.AspNetCore.Components;
|
||||||
using RomRepoMgr.Core.EventArgs;
|
using RomRepoMgr.Core.EventArgs;
|
||||||
using RomRepoMgr.Core.Workers;
|
using RomRepoMgr.Core.Workers;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@using Microsoft.Extensions.Localization
|
||||||
@using RomRepoMgr.Blazor.Resources
|
@using RomRepoMgr.Blazor.Resources
|
||||||
@using RomRepoMgr.Database
|
@using RomRepoMgr.Database
|
||||||
@implements IDialogContentComponent
|
@implements IDialogContentComponent
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using Microsoft.AspNetCore.Components;
|
using Microsoft.AspNetCore.Components;
|
||||||
|
using Microsoft.FluentUI.AspNetCore.Components;
|
||||||
using RomRepoMgr.Core.EventArgs;
|
using RomRepoMgr.Core.EventArgs;
|
||||||
using RomRepoMgr.Core.Workers;
|
using RomRepoMgr.Core.Workers;
|
||||||
using RomRepoMgr.Database.Models;
|
using RomRepoMgr.Database.Models;
|
||||||
|
|||||||
Reference in New Issue
Block a user