Merge pull request #2415 from sbwalker/dev
remove unnecessary using statements
This commit is contained in:
commit
9ed7181e28
|
@ -14,12 +14,9 @@ using Microsoft.AspNetCore.Localization;
|
|||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.JSInterop;
|
||||
using Oqtane.Documentation;
|
||||
using Oqtane.Models;
|
||||
using Oqtane.Modules;
|
||||
using Oqtane.Services;
|
||||
using Oqtane.Shared;
|
||||
using Oqtane.UI;
|
||||
using static System.Net.WebRequestMethods;
|
||||
|
||||
namespace Oqtane.Client
|
||||
{
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.JSInterop;
|
||||
using System.Net;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using System.Text.Json;
|
||||
using System.Xml.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user