From bfc7c5df5b69d8b4be23c8cad94ad2d418a76e6f Mon Sep 17 00:00:00 2001 From: Gary Chan Date: Tue, 17 Sep 2024 10:39:18 -0700 Subject: [PATCH] reformat codesnippet --- examples/Demo/Shared/Pages/BlazorHybrid.razor | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/Demo/Shared/Pages/BlazorHybrid.razor b/examples/Demo/Shared/Pages/BlazorHybrid.razor index 92793b741b..9c72eadd4b 100644 --- a/examples/Demo/Shared/Pages/BlazorHybrid.razor +++ b/examples/Demo/Shared/Pages/BlazorHybrid.razor @@ -18,9 +18,11 @@ included in the general library script and needs to be included with a script tag before the _framework/blazor.webview.js script tag.

- - <script app-name="{NAME OF YOUR APP}" src="./_content/Microsoft.FluentUI.AspNetCore.Components/js/initializersLoader.webview.js"></script> - <script src="_framework/blazor.webview.js"></script> + + @( +@" +" + )