Skip to content

Commit

Permalink
Feat "웹소켓 통신 완료 "
Browse files Browse the repository at this point in the history
  • Loading branch information
ojspp41 committed Sep 1, 2024
1 parent 5cdec70 commit 72936c7
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 244 deletions.
226 changes: 0 additions & 226 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.21",
"@stomp/stompjs": "^7.0.0",
"@vanilla-extract/css": "^1.15.3",
"axios": "^1.7.2",
"base-64": "^1.0.0",
Expand All @@ -27,7 +26,6 @@
"react-router-dom": "^6.24.1",
"react-type-animation": "^3.2.0",
"recoil": "^0.7.7",
"socket.io-client": "^2.5.0",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3"
},
Expand Down
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import Adminpageunlogin from "./pages/Adminpage_unlogin.jsx";
// import ChargeRequestsPage from "./pages/ChargeRequestsPage.jsx";
// import ChargeRequestMonitor from "./components/admintest.jsx";
import AdminRequestList from "./components/AdminRequestList.jsx";
import ChargeRequestPage from "./pages/ChargeRequestPage.jsx";
export default function App() {


Expand All @@ -46,6 +47,7 @@ export default function App() {
<Route path="/adminpage/charge-requests" element={<AdminRequestList />} />
<Route path="/admin-select" element={<AdminSelect />} />
<Route path="/loading" element={<Loading />} />
<Route path="/charge-request" element={<ChargeRequestPage />} />
<Route path="/code-reader" element={<CodeReader />} />
<Route path="/QR-generator" element={<QRGenerator />} />
<Route path="/profile-builder" element={<ProfileBuilder />} />
Expand Down
Loading

0 comments on commit 72936c7

Please sign in to comment.