Implemented primitive change reversion

This commit is contained in:
2025-01-28 16:45:21 +01:00
parent e553d47841
commit 5a342e2c53
5 changed files with 43 additions and 14 deletions

View File

@@ -72,6 +72,12 @@ builder.Services.AddHopFrame(options => {
});
```
Then you need to map the frontend pages in your application:
```csharp
app.MapHopFrame();
```
### Usage
- Navigate to `/admin` to access the admin dashboard and start managing your tables.