Skip to content

Commit

Permalink
#2490 - porting quiz components to vue3 - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jan 24, 2024
1 parent d2819d4 commit 644285c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard-prime/src/components/quiz/QuizDefinitions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import NoContent2 from "@/components/utils/NoContent2.vue";
import DataTable from 'primevue/datatable';
import Column from 'primevue/column';
import ColumnGroup from 'primevue/columngroup'; // optional
import Row from 'primevue/row'; // optional
// import ColumnGroup from 'primevue/columngroup'; // optional
// import Row from 'primevue/row'; // optional
const emit = defineEmits(['focus-on-new-button'])
Expand Down

0 comments on commit 644285c

Please sign in to comment.