We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b3d02 commit 83713a5Copy full SHA for 83713a5
packages/db/src/index.ts
@@ -1,6 +1,6 @@
1
export * from './core';
2
3
-// export * from './impl/pouch';
+export { default as CourseLookup } from './impl/pouch/courseLookupDB';
4
5
export * from './study';
6
0 commit comments