Skip to content

Commit

Permalink
fix: will try later
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 20, 2024
1 parent f78363e commit b50cdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ExercisePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</template>

<script setup lang="ts">
<script setup>
import ListBox from "@/components/ListBox.vue";
import { useRoute } from 'vue-router';
import { computed, watch, reactive } from "vue";
Expand Down

0 comments on commit b50cdc7

Please sign in to comment.