Spaces:
Sleeping
Sleeping
Update web/src/App.tsx
Browse files- web/src/App.tsx +3 -1
web/src/App.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
// web/src/App.tsx
|
| 2 |
import React, { useState, useEffect, useRef, useMemo } from "react";
|
| 3 |
import { Header } from "./components/Header";
|
| 4 |
-
import { LeftSidebar } from "./components/LeftSidebar";
|
| 5 |
import { ChatArea } from "./components/ChatArea";
|
| 6 |
import { LoginScreen } from "./components/LoginScreen";
|
| 7 |
import { ProfileEditor } from "./components/ProfileEditor";
|
|
@@ -11,6 +11,8 @@ import { X, ChevronLeft, ChevronRight } from "lucide-react";
|
|
| 11 |
import { Button } from "./components/ui/button";
|
| 12 |
import { Toaster } from "./components/ui/sonner";
|
| 13 |
import { toast } from "sonner";
|
|
|
|
|
|
|
| 14 |
// import { COURSE_DIRECTORY } from "./lib/courseDirectory";
|
| 15 |
|
| 16 |
|
|
|
|
| 1 |
// web/src/App.tsx
|
| 2 |
import React, { useState, useEffect, useRef, useMemo } from "react";
|
| 3 |
import { Header } from "./components/Header";
|
| 4 |
+
// import { LeftSidebar } from "./components/LeftSidebar";
|
| 5 |
import { ChatArea } from "./components/ChatArea";
|
| 6 |
import { LoginScreen } from "./components/LoginScreen";
|
| 7 |
import { ProfileEditor } from "./components/ProfileEditor";
|
|
|
|
| 11 |
import { Button } from "./components/ui/button";
|
| 12 |
import { Toaster } from "./components/ui/sonner";
|
| 13 |
import { toast } from "sonner";
|
| 14 |
+
import { LeftSidebar } from "./components/sidebar/LeftSidebar";
|
| 15 |
+
|
| 16 |
// import { COURSE_DIRECTORY } from "./lib/courseDirectory";
|
| 17 |
|
| 18 |
|