From 0fd16fbb59914f82b7c8e30ce50e6027e8487356 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 15 Jun 2021 07:59:05 -0400 Subject: [PATCH] added Oqtane.Client to _Imports so it can find the new SharedResources class --- Oqtane.Client/_Imports.razor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Oqtane.Client/_Imports.razor b/Oqtane.Client/_Imports.razor index cbf43e76..45403934 100644 --- a/Oqtane.Client/_Imports.razor +++ b/Oqtane.Client/_Imports.razor @@ -10,6 +10,7 @@ @using Microsoft.Extensions.Localization @using Microsoft.JSInterop +@using Oqtane.Client @using Oqtane.Models @using Oqtane.Modules @using Oqtane.Modules.Controls @@ -22,3 +23,4 @@ @using Oqtane.UI @using Oqtane.Enums @using Oqtane.Installer +@using Oqtane.Interfaces