aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/dashboard/dashboard.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/dashboard/dashboard.component.ts')
-rw-r--r--ufund-ui/src/app/dashboard/dashboard.component.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/ufund-ui/src/app/dashboard/dashboard.component.ts b/ufund-ui/src/app/dashboard/dashboard.component.ts
new file mode 100644
index 0000000..6da4013
--- /dev/null
+++ b/ufund-ui/src/app/dashboard/dashboard.component.ts
@@ -0,0 +1,11 @@
+import { Component } from '@angular/core';
+
+@Component({
+ selector: 'app-dashboard',
+ standalone: false,
+ templateUrl: './dashboard.component.html',
+ styleUrl: './dashboard.component.css'
+})
+export class DashboardComponent {
+
+}