mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
convert bridge to ESM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { Modal, Setting, Notice } = require("obsidian");
|
||||
import { Modal, Setting, Notice } from "obsidian";
|
||||
|
||||
// Modal editor for a list of string entries (the proxy host allowlist).
|
||||
class ListEditorModal extends Modal {
|
||||
@@ -131,4 +131,4 @@ class ListEditorModal extends Modal {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { ListEditorModal };
|
||||
export { ListEditorModal };
|
||||
|
||||
Reference in New Issue
Block a user