diff --git a/Inspectron.PrintServer.TemplateEditor/Components/Pages/Home.razor b/Inspectron.PrintServer.TemplateEditor/Components/Pages/Home.razor index baf2fe4..31ac06f 100644 --- a/Inspectron.PrintServer.TemplateEditor/Components/Pages/Home.razor +++ b/Inspectron.PrintServer.TemplateEditor/Components/Pages/Home.razor @@ -2,14 +2,18 @@ @using BlazorMonaco @using BlazorMonaco.Editor @using BlazorMonaco.Languages +@using CommunityToolkit.Maui.Storage @using Inspectron.PrintServer.TemplateEditor.Services @inject IJSRuntime JSRuntime