feat: integrate learning module
This commit is contained in:
@@ -24,6 +24,8 @@ import { Settings } from './pages/Settings';
|
||||
import { Setup } from './pages/Setup';
|
||||
import { Login } from './pages/Login';
|
||||
import { ModuleSelection } from './pages/ModuleSelection';
|
||||
import { Learning } from './pages/Learning';
|
||||
import { LearningCoursePlayer } from './pages/Learning/CoursePlayer';
|
||||
import { useSettingsStore } from './stores/settings';
|
||||
import { useProviderStore } from './stores/providers';
|
||||
import { useAuthStore } from './stores/auth';
|
||||
@@ -415,6 +417,8 @@ function App() {
|
||||
<Route path="/image-canvas" element={<ImageCanvas />} />
|
||||
<Route path="/image-prompts" element={<ImagePromptMuseum />} />
|
||||
<Route path="/ai-hardware" element={<AiHardware />} />
|
||||
<Route path="/learning" element={<Learning />} />
|
||||
<Route path="/learning/course/:courseId" element={<LearningCoursePlayer />} />
|
||||
<Route path="/workbench/:projectId" element={<Workbench />} />
|
||||
<Route path="/opencode-chat" element={<ProjectChatRoute />} />
|
||||
<Route path="/projects" element={<Projects />} />
|
||||
|
||||
Reference in New Issue
Block a user