2022-09-11 18:28:12 +02:00
|
|
|
|
// Global using directives
|
|
|
|
|
global using System.Net.Http;
|
|
|
|
|
global using System.Net.Http.Json;
|
|
|
|
|
global using Microsoft.AspNetCore.Components;
|
|
|
|
|
global using Microsoft.AspNetCore.Components.Web;
|
|
|
|
|
global using MudBlazor;
|
|
|
|
|
global using TaikoWebUI;
|
|
|
|
|
global using TaikoWebUI.Services;
|
2022-09-15 07:18:50 +02:00
|
|
|
|
global using TaikoWebUI.Shared;
|
2022-09-11 18:28:12 +02:00
|
|
|
|
global using SharedProject.Models;
|
|
|
|
|
global using SharedProject.Models.Requests;
|
2022-09-11 18:33:58 +02:00
|
|
|
|
global using SharedProject.Models.Responses;
|
2022-09-11 18:28:12 +02:00
|
|
|
|
global using SharedProject.Enums;
|
|
|
|
|
global using Throw;
|