summary refs log tree commit diff
path: root/GitRepoViewer/_Imports.razor
blob: 2c54cf4f5d200db02413f65ab8e62f868c542d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@using System.Net.Http
@using System.Net.Http.Json
@using Blazored.SessionStorage
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using GitRepoViewer
@using GitRepoViewer.Shared

@inject NavigationManager NavigationManager
@inject ISessionStorageService sessionStorage