feat(api): keep page helper out of prelude

Keep the beginner prelude focused on generated authoring primitives by leaving page-boundary rendering as an explicit helper instead of a glob-import default.

req: dx/006

req: public_api/005
This commit is contained in:
slhx agent
2026-06-12 07:41:27 +02:00
parent f32ae15c29
commit cc97330bd1
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -151,6 +151,7 @@ fn public_prelude_does_not_export_low_level_primitives() {
"GeneratedTarget",
"Handle",
"ParamName",
"page",
] {
assert!(
!exported.contains(&token),