We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ec0d5 commit 88a5a47Copy full SHA for 88a5a47
client/src/App.jsx
@@ -4,10 +4,6 @@ import { io } from "socket.io-client";
4
5
const socket = io("http://localhost:8000");
6
7
-import Header from "./components/Header";
8
-import Toolbar from "./components/Toolbar";
9
-import Socials from "./components/Socials";
10
-import LoginAndLogout from "./components/LoginAndLogout";
11
import Sidebar from "./components/Sidebar";
12
import Canvas from "./components/Canvas";
13
0 commit comments