diff --git a/002_source/cms/src/app/dashboard/lesson_types/page.tsx b/002_source/cms/src/app/dashboard/lesson_types/page.tsx index 9a21a90..262a7c2 100644 --- a/002_source/cms/src/app/dashboard/lesson_types/page.tsx +++ b/002_source/cms/src/app/dashboard/lesson_types/page.tsx @@ -9,6 +9,10 @@ import Typography from '@mui/material/Typography'; import { Plus as PlusIcon } from '@phosphor-icons/react/dist/ssr/Plus'; import { useTranslation } from 'react-i18next'; +import { paths } from '@/paths'; +import { logger } from '@/lib/default-logger'; +import { toast } from '@/components/core/toaster'; + interface PageProps { searchParams: { email?: string;