feat(Toasts) Adding toasts

This commit is contained in:
2022-04-10 17:32:22 -04:00
parent 8c06fdd120
commit 4322be0053
29 changed files with 478 additions and 100 deletions
+2
View File
@@ -7,6 +7,7 @@
@using Components.Navigation
@using Components.Shared
@using Components.Utils
@using System.Globalization
@using IGP.Dialog
@using IGP.Pages
@using IGP.Pages.Agile.Parts
@@ -27,6 +28,7 @@
@using IGP.Pages.Notes.Parts
@using IGP.Portals
@using Markdig
@using Model.Feedback
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web