Fix import
This commit is contained in:
parent
3aa5e52e20
commit
4a3eb72416
|
|
@ -9,7 +9,7 @@ import { computed, onMounted, reactive, ref } from "vue";
|
|||
|
||||
import { useAppStore } from "@/stores/app";
|
||||
import { useCircleStore } from "@/stores/circle";
|
||||
import { useCourseSessionsStore } from "@/stores/courseSessions";
|
||||
import { useSetupCourseSessionsStore } from "@/stores/courseSessions";
|
||||
import type { CourseSessionUser } from "@/types";
|
||||
import { humanizeDuration } from "@/utils/humanizeDuration";
|
||||
import _ from "lodash";
|
||||
|
|
@ -18,7 +18,7 @@ import { useRoute } from "vue-router";
|
|||
|
||||
const route = useRoute();
|
||||
const { t } = useI18n();
|
||||
const courseSessionsStore = useCourseSessionsStore();
|
||||
const courseSessionsStore = useSetupCourseSessionsStore();
|
||||
|
||||
interface Props {
|
||||
courseSlug: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue