Delete last sx_components.py files: relations + test (phase 9)
Move relations component loading into app.py. Move test rendering functions to test/sxc/pages/__init__.py, update route imports, and delete both sx_components.py files. Zero sx_components imports remain. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Shared helper functions for s-expression page rendering.
|
||||
|
||||
These are used by per-service sx_components.py files to build common
|
||||
These are used by per-service sxc/pages modules to build common
|
||||
page elements (headers, search, etc.) from template context.
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
Reference in New Issue
Block a user