add list view for npub page

This commit is contained in:
@s.roertgen 2024-08-13 11:25:03 +02:00
parent 36dad21f43
commit 2f16dfa1f1
10 changed files with 1842 additions and 64 deletions

View file

@ -20,5 +20,6 @@
(defn init []
(routes/start!)
(re-frame/dispatch-sync [::events/initialize-db])
(re-frame/dispatch [::events/connect-to-default-relays])
(dev-setup)
(mount-root))