-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
darrickyong edited this page Apr 26, 2020
·
3 revisions
Components are organized as follows:
-
Root-
/signupSessionForm
-
/loginSessionForm
-
AppNavBar- (main component goes here)
-
The following routes, defined in App, will render components under NavBar.
-
/LeftSideBar- (below components)
RightSideBar
-
/dashboard-
DashboardIndexDashboardIndexItem
-
-
/transactions-
TranactionIndexTransactionIndexItem
-
-
/expenses-
ExpenseIndexExpenseIndexItem
-
-
/friends/:id-
FriendShowFriendShowItem
-