Update routes to include '/example' prefix in .razor files
Updated the `@page` directives in `DocumentViewer.razor`, `ReportDesigner.razor`, `ReportViewer.razor`, and `TestViewer.razor` to prepend the `/example` prefix to their respective routes. This change modifies the URL paths for accessing these components to better organize or namespace the routes under the `/example` prefix. No functional or structural changes were made to the components themselves.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@page "/test"
|
||||
@page "/example/test"
|
||||
@using System.Drawing
|
||||
@using DevExpress.Drawing
|
||||
@using DevExpress.Utils
|
||||
|
||||
Reference in New Issue
Block a user