Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertwoo committed Jul 22, 2024
1 parent e8d554f commit f814a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Fun.Blazor.Docs.Wasm/App.fs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ let app =
theme
MudDialogProvider'.create ()
MudSnackbarProvider'.create ()
MudPopoverProvider'.create ()
MudLayout'.create [|
appBar
drawer
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Docs.Wasm/Fun.Blazor.Docs.Wasm.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Compile Include="Startup.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.1.0-preview.4" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.2.42" />
<PackageReference Include="Majorsoft.Blazor.WebAssembly.Logging.Console" Version="1.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.*" />
Expand Down

0 comments on commit f814a20

Please sign in to comment.