Skip to content

Commit 3e73489

Browse files
committed
update imports
1 parent 8205c59 commit 3e73489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/db/src/study/getCardDataShape.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Courses from '@vue-skuilder/courses';
22
import { log, NameSpacer, CourseConfig, DataShape } from '@vue-skuilder/common';
33
import { CardData, DisplayableData } from '@vue-skuilder/db';
4-
import { getCourseDB } from './courseAPI';
4+
import { getCourseDB } from '@/pouch/courseAPI';
55

66
export async function getCardDataShape(courseID: string, cardID: string) {
77
const dataShapes: DataShape[] = [];

0 commit comments

Comments
 (0)