diff options
Diffstat (limited to 'src/utils/index.ts')
-rw-r--r-- | src/utils/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts index d818e88..22504ce 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -24,4 +24,6 @@ export { default as IpcEvents } from "./IpcEvents"; export { default as Logger } from "./logger"; export * from "./misc"; export * as Modals from "./modal"; +export * from "./onceDefined"; export * from "./proxyLazy"; +export * from "./Queue"; |