Skip to content

Commit

Permalink
Update CropperExample.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys authored Jul 11, 2024
1 parent 752fd62 commit f58bc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CropperSampleV6/Pages/CropperExample.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@page "/"
@page "/Blazor.Cropper/"
@inject IJSRuntime JSRuntime;

<h1>Cropper</h1>
Expand Down Expand Up @@ -166,4 +166,4 @@ Pure c# processiing:
}
<style>
@@import url("https://fastly.jsdelivr.net/npm/[email protected]/css/bulma.min.css");
</style>
</style>

0 comments on commit f58bc2e

Please sign in to comment.