alerts, toast amd breadcrum

This commit is contained in:
JACS 2026-05-03 00:06:23 -05:00
parent aa651083cd
commit 1f95f86829
12 changed files with 525 additions and 1 deletions

View file

@ -69,8 +69,9 @@ func registerRoutes() {
controller.Get("/tablerdefault", controllers.TablerDefault)
controller.Get("/tablerhome", controllers.TablerHome)
controller.Get("/tablernavmenu", controllers.TablerNavbar)
controller.Get("/tablertable", controllers.TablerTables)
controller.Get("/tablertable", controllers.TablerTables)
controller.Get("/tablerformelements", controllers.TablerFormElements)
controller.Get("/tablercards", controllers.TablerCards)
controller.Get("/tablercomponents", controllers.TablerComponents)
}