File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
packages/common-ui/src/components Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 7070
7171<script lang="ts">
7272import { defineComponent , PropType } from ' vue' ;
73- import {
74- isQuestionView ,
75- ViewComponent ,
76- SkMouseTrap ,
77- alertUser ,
78- StudySessionTimer ,
79- HeatMap ,
80- CardViewer ,
81- } from ' @vue-skuilder/common-ui' ;
73+ import { isQuestionView } from ' ../composables/CompositionViewable' ;
74+ import { alertUser } from ' ./SnackbarService' ;
75+ import ViewComponent from ' ../composables/Displayable' ;
76+ import SkMouseTrap from ' ./SkMouseTrap.vue' ;
77+ import StudySessionTimer from ' ./StudySessionTimer.vue' ;
78+ import HeatMap from ' ./HeatMap.vue' ;
79+ import CardViewer from ' ./cardRendering/CardViewer.vue' ;
80+
8281import {
8382 getCourseDoc ,
8483 removeScheduledCardReview ,
@@ -116,6 +115,8 @@ import {
116115import confetti from ' canvas-confetti' ;
117116import moment from ' moment' ;
118117
118+ import { StudySessionConfig } from ' ./StudySession.types' ;
119+
119120interface StudyRefs {
120121 shadowWrapper: HTMLDivElement ;
121122 cardViewer: InstanceType <typeof CardViewer >;
You can’t perform that action at this time.
0 commit comments