mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-17 03:11:01 +00:00
9 lines
202 B
JavaScript
9 lines
202 B
JavaScript
import Alpine from "alpinejs";
|
|
import { createIcons } from "lucide";
|
|
import "./styles.css";
|
|
|
|
window.Alpine = Alpine;
|
|
Alpine.start();
|
|
|
|
document.addEventListener("DOMContentLoaded", () => createIcons());
|