feat(home): Display events instead of hardcoded content

This commit is contained in:
kbe
2025-08-30 13:51:44 +02:00
parent 2a2c249a54
commit 394190ace8
5 changed files with 51 additions and 104 deletions

View File

@@ -1,7 +1,3 @@
// Entry point for the build script in your package.json
import "@hotwired/turbo-rails";
import Alpine from 'alpinejs';
import "./controllers";
window.Alpine = Alpine;
Alpine.start();