Skip to content

Commit cd6be57

Browse files
committed
update imports
1 parent 28e71c4 commit cd6be57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-ui/src/views/Study.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<script lang="ts">
4545
import { defineComponent } from 'vue';
4646
import SessionConfiguration from '@/components/Study/SessionConfiguration.vue';
47-
import StudySession, { StudySessionConfig } from '@/views/StudySession.vue';
47+
import { StudySession, type StudySessionConfig } from '@vue-skuilder/common-ui';
4848
import { ContentSourceID, getCourseList, User } from '@vue-skuilder/db';
4949
import { getCurrentUser } from '@/stores/useAuthStore';
5050
import { Router } from 'vue-router';

0 commit comments

Comments
 (0)