raquo / Waypoint

Efficient router for Laminar UI Library
MIT License
92 stars 11 forks source link

Typo in example for Page Hierarchy #22

Closed sven42 closed 1 month ago

sven42 commented 1 month ago

Hi,

in the README.md example for Page Hierarchy you declare a val pageSplitter and use this as splitter

val app: Div = div( h1("Routing App"), child <-- splitter.signal )

Best regards, Sven

raquo commented 1 month ago

Thanks, fixed!