diff options
author | benal01 <bja4245@rit.edu> | 2025-03-17 21:31:06 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-17 21:31:06 -0400 |
commit | 3fb96dd979d280a739175a9fa5bc0596f411cd7a (patch) | |
tree | f81c41dfb0f257cd48a081a7031696ac6b8ac7a2 /ufund-ui/src/app/components | |
parent | c9e6145829cd0ea6ea3f1e7cc090ee20207b687a (diff) | |
download | JellySolutions-3fb96dd979d280a739175a9fa5bc0596f411cd7a.tar.gz JellySolutions-3fb96dd979d280a739175a9fa5bc0596f411cd7a.tar.bz2 JellySolutions-3fb96dd979d280a739175a9fa5bc0596f411cd7a.zip |
embed elements into dashboard
Diffstat (limited to 'ufund-ui/src/app/components')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html index c73849f..09dc311 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -1,5 +1,4 @@ -<p>dashboard works!</p> -<ul> - <li><a routerLink="/cupboard">Go to the Cupboard</a></li> - <li><a routerLink="/basket">Go to my basket</a></li> -</ul> + +<h1>Dashboard</h1> +<app-cupboard></app-cupboard> +<app-funding-basket></app-funding-basket> |