-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
407d40e
commit 3c8fc17
Showing
3 changed files
with
53 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
// Copyright (c) David Pine. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
global using System.Diagnostics; | ||
global using System.Text.Json; | ||
global using System.Text.Json.Serialization; | ||
global using Microsoft.JSInterop; | ||
global using Microsoft.AspNetCore.Components; | ||
|
||
global using BlazorServer.ExampleConsumer.Models; | ||
|
||
global using Microsoft.AspNetCore.Components; | ||
global using Microsoft.AspNetCore.Mvc; | ||
global using Microsoft.AspNetCore.Mvc.RazorPages; | ||
global using Microsoft.JSInterop; | ||
|
||
global using static System.Globalization.CultureInfo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters