diff --git a/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor b/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor index 412f3698..1949cfe6 100644 --- a/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor +++ b/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_WasmStandalone @using ContextMenu_WasmStandalone.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor b/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor index e665f21e..580ab506 100644 --- a/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor +++ b/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_WebApp.Client @using ContextMenu_WebApp.Client.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor b/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor index 2d7ed283..03852fbf 100644 --- a/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor +++ b/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor @@ -10,4 +10,4 @@ @using ContextMenu_ServerApp.Components @using ContextMenu_ServerApp.Components.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns \ No newline at end of file +@using Syncfusion.Blazor.Navigations \ No newline at end of file diff --git a/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor b/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor index 412f3698..1949cfe6 100644 --- a/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor +++ b/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_WasmStandalone @using ContextMenu_WasmStandalone.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor b/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor index 7921cacc..0732fed0 100644 --- a/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor +++ b/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor @@ -8,4 +8,4 @@ @using Microsoft.JSInterop @using ContextMenu_WebApp.Client @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor b/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor index 81e0f3bb..7a549c89 100644 --- a/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor +++ b/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_ServerApp @using ContextMenu_ServerApp.Components @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns \ No newline at end of file +@using Syncfusion.Blazor.Navigations \ No newline at end of file