From 76eebaf54e2e12a772a091d95e021a0d29bfe733 Mon Sep 17 00:00:00 2001 From: Sli Date: Sat, 18 Oct 2025 14:35:08 +0200 Subject: [PATCH] Rename notification plugin import on alpine-index --- core/static/bundled/alpine-index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/static/bundled/alpine-index.js b/core/static/bundled/alpine-index.js index 62d00178..daed0b27 100644 --- a/core/static/bundled/alpine-index.js +++ b/core/static/bundled/alpine-index.js @@ -1,9 +1,9 @@ -import { alpinePlugin } from "#core:utils/notifications"; +import { alpinePlugin as notificationPlugin } from "#core:utils/notifications"; import sort from "@alpinejs/sort"; import Alpine from "alpinejs"; Alpine.plugin(sort); -Alpine.magic("notifications", alpinePlugin); +Alpine.magic("notifications", notificationPlugin); window.Alpine = Alpine; window.addEventListener("DOMContentLoaded", () => {