diff --git a/DeepDrftWeb.Client/Layout/MainLayout.razor b/DeepDrftWeb.Client/Layout/MainLayout.razor index 2be2cc9..1e87ab1 100644 --- a/DeepDrftWeb.Client/Layout/MainLayout.razor +++ b/DeepDrftWeb.Client/Layout/MainLayout.razor @@ -1,5 +1,4 @@ -@rendermode InteractiveAuto -@using DeepDrftWeb.Client.Controls +@using DeepDrftWeb.Client.Controls @using DeepDrftWeb.Client.Controls.AudioPlayerBar @using DeepDrftWeb.Client.Services @using DeepDrftWeb.Client.Common diff --git a/DeepDrftWeb.Client/Pages/Home.razor b/DeepDrftWeb.Client/Pages/Home.razor index d6abe88..3311504 100644 --- a/DeepDrftWeb.Client/Pages/Home.razor +++ b/DeepDrftWeb.Client/Pages/Home.razor @@ -1,4 +1,5 @@ @page "/" +@rendermode InteractiveAuto @using DeepDrftWeb.Client.Services @using Microsoft.AspNetCore.Authorization @attribute [AllowAnonymous] diff --git a/DeepDrftWeb.Client/Pages/TracksView.razor b/DeepDrftWeb.Client/Pages/TracksView.razor index 9babbc8..5a5374d 100644 --- a/DeepDrftWeb.Client/Pages/TracksView.razor +++ b/DeepDrftWeb.Client/Pages/TracksView.razor @@ -1,4 +1,5 @@ @page "/tracks" +@rendermode InteractiveAuto @using Microsoft.AspNetCore.Authorization @using DeepDrftWeb.Client.Controls @attribute [AllowAnonymous]