mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
a21667fd09
* fix(app-router): discover nested leaf slot routes * test(routing): align nested leaf slot expectation * test(routing): assert nested leaf route match * fix(app-router): scope nested leaf slot discovery
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export default function ParallelLeafChildrenDefault() {
|
|
return <p>Parallel leaf children default</p>;
|
|
}
|