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