add datastar and render shim

This commit is contained in:
Abel Luck 2026-03-30 12:27:45 +02:00
parent 9ce576e7e8
commit 2accb26546
6 changed files with 173 additions and 42 deletions

View file

@ -1 +1,4 @@
from repub.pages.dashboard import admin_page
from repub.pages.dashboard import admin_component
from repub.pages.shim import shim_page
__all__ = ["admin_component", "shim_page"]