mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
implement ui-registry for dynamic UI handler registration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { showVaultManager } from "../../ui/bootstrap.js";
|
||||
import { showVaultManager } from "../ui-registry.js";
|
||||
import { vaultService } from "../../services/vault-service.js";
|
||||
|
||||
const listeners = new Map();
|
||||
|
||||
Reference in New Issue
Block a user