feat: add Tailwind CSS lessons and refactor lesson configuration

This commit is contained in:
Michael Czechowski
2025-05-13 20:02:57 +02:00
parent 6fe1e2b4d9
commit d32fe34530
3 changed files with 147 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { LessonEngine } from './LessonEngine';
import { renderLesson, renderModuleList, renderLevelIndicator, showFeedback } from './renderer';
import { validateUserCode } from './validator';
import { loadModules } from '../lessons/lesson-config';
import { loadModules } from '../lessons/config.js';
// Main Application state
const state = {