浏览代码

Fix missing loadConfig import in store.ts

qmd query now works properly!
Tobi Lutke 5 月之前
父节点
当前提交
e2b6700113
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/store.ts

+ 1 - 0
src/store.ts

@@ -32,6 +32,7 @@ import {
   removeCollection as collectionsRemoveCollection,
   renameCollection as collectionsRenameCollection,
   setGlobalContext,
+  loadConfig as collectionsLoadConfig,
   type NamedCollection,
 } from "./collections";