2022-09-12 00:28:12 +08: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 13:18:50 +08:00
|
|
|
|
global using TaikoWebUI.Shared;
|
2022-09-12 00:28:12 +08:00
|
|
|
|
global using SharedProject.Models;
|
|
|
|
|
global using SharedProject.Models.Requests;
|
2022-09-12 00:33:58 +08:00
|
|
|
|
global using SharedProject.Models.Responses;
|
2022-09-12 00:28:12 +08:00
|
|
|
|
global using SharedProject.Enums;
|
2024-03-09 23:49:47 -05:00
|
|
|
|
global using Throw;
|