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 8205c59 commit 3e73489Copy full SHA for 3e73489
packages/db/src/study/getCardDataShape.ts
@@ -1,7 +1,7 @@
1
import Courses from '@vue-skuilder/courses';
2
import { log, NameSpacer, CourseConfig, DataShape } from '@vue-skuilder/common';
3
import { CardData, DisplayableData } from '@vue-skuilder/db';
4
-import { getCourseDB } from './courseAPI';
+import { getCourseDB } from '@/pouch/courseAPI';
5
6
export async function getCardDataShape(courseID: string, cardID: string) {
7
const dataShapes: DataShape[] = [];
0 commit comments