Skip to content

Commit

Permalink
Merge branch 'newbranch' of https://github.com/Raja-Abrar-Khan/Statio…
Browse files Browse the repository at this point in the history
…nGuide into newbranch
  • Loading branch information
Raja-Abrar-Khan committed Oct 14, 2024
2 parents 16d988e + 1aa7bcb commit 32d6ea1
Show file tree
Hide file tree
Showing 17 changed files with 864 additions and 519 deletions.
5 changes: 5 additions & 0 deletions backend/package-lock.json

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

1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "index.js",
"type": "module",
"dependencies": {
"backend": "file:",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
Expand Down
109 changes: 108 additions & 1 deletion frontend/package-lock.json

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

5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-datepicker": "^7.4.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.26.2",
"shadcn-ui": "^0.2.3",
"styled-components": "^6.1.13"
"station-saarthi": "file:",
"styled-components": "^6.1.13",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand Down
5 changes: 4 additions & 1 deletion frontend/src/Pages/3Dmaps.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React from 'react'
import React, { useEffect } from 'react';

const DMapPage = () => {
useEffect(() => {
document.title = 'Station Saarthi | 3D Map';
}, []);
return (
<div className='h-full w-full text-6xl text-center font-bold justify-between p-44 text-white'>Making in Progress</div>
)
Expand Down
Loading

0 comments on commit 32d6ea1

Please sign in to comment.