Docs
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-05-02 00:37:15 +02:00
parent f3fb26354c
commit 820d55b012
6 changed files with 9 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ If you want the router outlet to have no layout impact, you can set `display: co
## Complete Example
```javascript
import 'sigpro';
import { mount } from 'sigpro';
const Home = () => div("Welcome home");
const About = () => div("About us");