mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
|
|
export class Modals {
|
||
|
|
static SimpleModal = Symbol("SimpleModal");
|
||
|
|
}
|