Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions README.md

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>React App</title>
<title>ChatBoxPro</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
8 changes: 0 additions & 8 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "./App.css";
// import Landing from "./componentss/Landing";
import AppContextProvider from "./contexts/AppContextProvider";
import { SocketContext, socket } from "./contexts/socket";
import SiteContainer from "./components/SiteContainer";
Expand All @@ -8,13 +7,6 @@ function App() {
return (
<SocketContext.Provider value={socket}>
<AppContextProvider>
{/* <Landing
style={{
backgroundColor: "blue",
width: "100px",
height: "100px",
}}
/> */}
<SiteContainer />
</AppContextProvider>
</SocketContext.Provider>
Expand Down
81 changes: 0 additions & 81 deletions src/componentss/Chatbox.js

This file was deleted.

111 changes: 0 additions & 111 deletions src/componentss/Landing.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/componentss/Transitions/Failure.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/componentss/Transitions/Goodbye.js

This file was deleted.

Loading