| @@ -1,12 +1,12 @@ | ||
| 1 | -/** | |
| 2 | - * Admin Courses JS | |
| 3 | - * | |
| 4 | - * @since 4.3.0 | |
| 5 | - * @version 1.0.1 | |
| 6 | - */ | |
| 7 | - | |
| 8 | -import { CreateCourseViaAI } from './courses/generate-with-ai.js'; | |
| 9 | -import { ViewStudentsModal } from './courses/view-students-modal.js'; | |
| 10 | - | |
| 11 | -new CreateCourseViaAI(); | |
| 12 | -new ViewStudentsModal(); | |
| 1 | +/** | |
| 2 | + * Admin Courses JS | |
| 3 | + * | |
| 4 | + * @since 4.3.0 | |
| 5 | + * @version 1.0.1 | |
| 6 | + */ | |
| 7 | + | |
| 8 | +import { CreateCourseViaAI } from './courses/generate-with-ai.js'; | |
| 9 | +import { ViewStudentsModal } from './courses/view-students-modal.js'; | |
| 10 | + | |
| 11 | +new CreateCourseViaAI(); | |
| 12 | +new ViewStudentsModal(); | |