ソースを参照

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";