about summary refs log tree commit diff
path: root/BugMine.Web/_Imports.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-04-06 08:39:22 +0200
committerRory& <root@rory.gay>2024-04-06 08:39:22 +0200
commitc390119f0ec50591c0623e6a1a063c09b965d9cc (patch)
tree5e769d08103a53a36ffa7516ec4fa8f7ffac4a7f /BugMine.Web/_Imports.razor
parentInitial commit (diff)
downloadBugMine-c390119f0ec50591c0623e6a1a063c09b965d9cc.tar.xz
Start adding pages
Diffstat (limited to 'BugMine.Web/_Imports.razor')
-rw-r--r--BugMine.Web/_Imports.razor3
1 files changed, 2 insertions, 1 deletions
diff --git a/BugMine.Web/_Imports.razor b/BugMine.Web/_Imports.razor
index ff8b7fb..a65f12e 100644
--- a/BugMine.Web/_Imports.razor
+++ b/BugMine.Web/_Imports.razor
@@ -7,4 +7,5 @@
 @using Microsoft.AspNetCore.Components.WebAssembly.Http
 @using Microsoft.JSInterop
 @using BugMine.Web
-@using BugMine.Web.Layout
\ No newline at end of file
+@using BugMine.Web.Layout
+@using ArcaneLibs.Blazor.Components
\ No newline at end of file