Add pagination component to workspace for final publishing phase

This commit is contained in:
Peter Hanssens
2025-09-03 21:42:45 +10:00
parent e28f0f8ba9
commit 26a0732862

View File

@@ -64,7 +64,7 @@ members = [
# Components with internal dependencies (publishing in sequence)
"packages/leptos/calendar", # Depends on published components
"packages/leptos/date-picker", # Depends on calendar, popover, button
# "packages/leptos/pagination", # Will add after date-picker is published
"packages/leptos/pagination", # Depends on button
"scripts/run_quality_assessment",
"scripts/generate_component_tests"