1 files changed, 4 insertions, 1 deletions
diff --git a/BugMine.Web/Layout/MainLayout.razor b/BugMine.Web/Layout/MainLayout.razor
index e7554be..5e907e3 100644
--- a/BugMine.Web/Layout/MainLayout.razor
+++ b/BugMine.Web/Layout/MainLayout.razor
@@ -6,6 +6,7 @@
<main>
<div class="top-row px-4">
+ <IssueImportWorker/>
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
</div>
@@ -13,4 +14,6 @@
@Body
</article>
</main>
-</div>
\ No newline at end of file
+</div>
+
+<UpdateAvailableDetector/>
\ No newline at end of file
|