Explorar el Código

Fix missing loadConfig import in store.ts

qmd query now works properly!
Tobi Lutke hace 5 meses
padre
commit
e2b6700113
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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";