Skip to content

Commit

Permalink
Merge pull request #90 from hcp-uw/summary
Browse files Browse the repository at this point in the history
Joshua's Summary Page Pie Chart
  • Loading branch information
davidye007 authored Sep 12, 2024
2 parents 7844a05 + 64e1064 commit a3d5be3
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 169 deletions.
6 changes: 3 additions & 3 deletions source/frontend/app/MainNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import {
} from "@expo/vector-icons";

// Import screens
import Summary from "@/pages/summary";
import {Summary} from "@/pages/summary";
import PriceWatch from "@/pages/pricewatch";
import UserValid from "@/pages/uservalid";
import History from "@/pages/history";
import {History} from "@/pages/history";
import {Account} from "@/pages/account";
import {EditProfile} from "@/pages/editprofile";
import DetailedHistory from "@/pages/detailedhistory";
import {DetailedHistory} from "@/pages/detailedhistory";
import {
SummaryStackParamList,
PriceWatchStackParamList,
Expand Down
Loading

0 comments on commit a3d5be3

Please sign in to comment.