mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +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
|
||||
@implements IDialogContentComponent
|
||||
@inject ILogger<ImportDats> Logger
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System.Diagnostics;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.FluentUI.AspNetCore.Components;
|
||||
using RomRepoMgr.Core.EventArgs;
|
||||
using RomRepoMgr.Core.Workers;
|
||||
using Serilog;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@using Microsoft.Extensions.Localization
|
||||
@using RomRepoMgr.Blazor.Resources
|
||||
@using RomRepoMgr.Database
|
||||
@implements IDialogContentComponent
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Diagnostics;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.FluentUI.AspNetCore.Components;
|
||||
using RomRepoMgr.Core.EventArgs;
|
||||
using RomRepoMgr.Core.Workers;
|
||||
using RomRepoMgr.Database.Models;
|
||||
|
||||
Reference in New Issue
Block a user