Skip to content

Commit

Permalink
Merge pull request #156 from COS301-SE-2024/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Ech0-01 authored Oct 18, 2024
2 parents 31e15b3 + e1f28ca commit 22f5df6
Show file tree
Hide file tree
Showing 9 changed files with 3,915 additions and 1,047 deletions.
126 changes: 59 additions & 67 deletions ai-trip-creator/package-lock.json

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

2 changes: 1 addition & 1 deletion ai-trip-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nextui-org/react": "^2.4.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"firebase": "^10.12.2",
"firebase": "^10.14.1",
"mongoose": "^8.4.1",
"openai": "^4.65.0",
"qs": "^6.13.0",
Expand Down
2 changes: 2 additions & 0 deletions ai-trip-creator/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ import Settings from './components/dashboard/settings';
import Flights from './components/dashboard/flights';
import Accommodation from './components/dashboard/accommodation';
import Help from './components/dashboard/help';
import SavedItineraries from './components/dashboard/SavedItineraries';
import Analytics from './components/dashboard/analytics';
import Itinerary from './components/dashboard/Itinerary';
import ItineraryForm from './components/dashboard/ItineraryForm';
Expand Down Expand Up @@ -213,6 +214,7 @@ const App = () => {
<Route path="/activities" element={<Activities />} />
<Route path="/help" element={<Help />} />
<Route path="/analytics" element={<Analytics />} />
<Route path="/SavedItineraries" element={<SavedItineraries/>}/>
<Route
path="/Itinerary"
element={
Expand Down
Loading

0 comments on commit 22f5df6

Please sign in to comment.