Another admin page

This commit is contained in:
2023-10-31 12:44:10 -07:00
parent f61aca26cd
commit 7796e34834
11 changed files with 238 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
(ns auto-ap.routes.admin.import-batch)
(def routes {"" {:get ::page}
"/table" ::table})