diff options
author | Rory& <root@rory.gay> | 2024-04-20 23:48:43 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-04-20 23:48:43 +0200 |
commit | 68fe1a2284045908d92ef06c1c26cd937ded784e (patch) | |
tree | 71144f404f060888dcc5e4036e038abe857adc4e /BugMine.Web/_Imports.razor | |
parent | Start adding pages (diff) | |
download | BugMine-68fe1a2284045908d92ef06c1c26cd937ded784e.tar.xz |
Add basic project management
Diffstat (limited to 'BugMine.Web/_Imports.razor')
-rw-r--r-- | BugMine.Web/_Imports.razor | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BugMine.Web/_Imports.razor b/BugMine.Web/_Imports.razor index a65f12e..a94e865 100644 --- a/BugMine.Web/_Imports.razor +++ b/BugMine.Web/_Imports.razor @@ -8,4 +8,8 @@ @using Microsoft.JSInterop @using BugMine.Web @using BugMine.Web.Layout -@using ArcaneLibs.Blazor.Components \ No newline at end of file +@using BugMine.Web.Components +@using BugMine.Web.Classes +@using ArcaneLibs.Blazor.Components +@inject BugMineStorage BugMineStorage +@inject NavigationManager NavigationManager \ No newline at end of file |