initial theme picker logic

This commit is contained in:
2025-11-05 16:55:48 -05:00
parent 6b86b0adb2
commit e802d6238e
10 changed files with 143 additions and 33 deletions
+6
View File
@@ -0,0 +1,6 @@
import persist from "@alpinejs/persist";
import type { Alpine } from "alpinejs";
export default (Alpine: Alpine) => {
Alpine.plugin(persist);
};