Initialize fork and rebrand app to event_manager
CI / Server (push) Has been cancelled
Linters / Frappe Linter (push) Has been cancelled
Linters / Vulnerable Dependency Check (push) Has been cancelled
UI Tests / Playwright E2E Tests (push) Has been cancelled

This commit is contained in:
2026-05-11 09:56:57 +02:00
parent f82bb803ac
commit 786cbc724f
500 changed files with 41152 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const LucideEdit: typeof import("~icons/lucide/edit")["default"]
const LucideMic: typeof import("~icons/lucide/mic")["default"]
const LucideRadio: typeof import("~icons/lucide/radio")["default"]
const LucideSettings: typeof import("~icons/lucide/settings")["default"]
const LucideUserPen: typeof import("~icons/lucide/user-pen")["default"]
}