Skip to content

Commit 83713a5

Browse files
committed
make CourseLookup available
1 parent 69b3d02 commit 83713a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/db/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export * from './core';
22

3-
// export * from './impl/pouch';
3+
export { default as CourseLookup } from './impl/pouch/courseLookupDB';
44

55
export * from './study';
66

0 commit comments

Comments
 (0)