pinakes-ui: add plugin page registry

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie83791e82c68f757173e5dc53a646b356a6a6964
This commit is contained in:
raf 2026-03-09 22:01:40 +03:00
commit be4305f46e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 287 additions and 0 deletions

View file

@ -4,6 +4,7 @@ use tracing_subscriber::EnvFilter;
mod app;
mod client;
mod components;
mod plugin_ui;
mod state;
mod styles;