From 1a46e367e2774bf31acd46bf088c29777c6c7f04 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 23 Feb 2025 15:33:26 -0500 Subject: Create components --- ufund-ui/src/app/dashboard/dashboard.component.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ufund-ui/src/app/dashboard/dashboard.component.ts (limited to 'ufund-ui/src/app/dashboard/dashboard.component.ts') 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 { + +} -- cgit v1.2.3