From b5404ac06a3a09d83bef66552083254fdff12196 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Mon, 26 Dec 2022 22:02:33 +0100 Subject: feat(frontend): Modularize components and add pagination --- src/frontend/tau/views/playlist.cljs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/frontend/tau/views/playlist.cljs (limited to 'src/frontend/tau/views/playlist.cljs') diff --git a/src/frontend/tau/views/playlist.cljs b/src/frontend/tau/views/playlist.cljs new file mode 100644 index 0000000..b82cc24 --- /dev/null +++ b/src/frontend/tau/views/playlist.cljs @@ -0,0 +1,5 @@ +(ns tau.views.playlist) + +(defn playlist + [match] + [:div]) -- cgit v1.2.3