Skip to content

Commit 652d255

Browse files
committed
add target imports
1 parent 78723b6 commit 652d255

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/courseware/src/typing/questions/falling-letters/TestComponent.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
</template>
1010

1111
<script setup>
12+
// FallingLetters.vue imports to test incrementally:
13+
// import { defineComponent, ref, onMounted, onUnmounted, PropType } from 'vue';
14+
// import { useViewable, useQuestionView } from '@vue-skuilder/common-ui';
15+
// import { FallingLettersQuestion } from './index';
16+
// import { ViewData } from '@vue-skuilder/common';
17+
// import { Letter, TreePosition } from './types';
18+
19+
// Current test imports:
1220
import { ref } from 'vue'
1321
1422
const count = ref(0)

0 commit comments

Comments
 (0)