add alphine

This commit is contained in:
2025-04-21 14:58:39 -03:00
parent f970c079e0
commit 013bf8cda0
6 changed files with 35 additions and 6 deletions

3
superpage/src/env.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
interface Window {
Alpine: import('alpinejs').Alpine
}