소스 검색

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