aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/funding-basket
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/funding-basket')
-rw-r--r--ufund-ui/src/app/funding-basket/funding-basket.component.css0
-rw-r--r--ufund-ui/src/app/funding-basket/funding-basket.component.html1
-rw-r--r--ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts23
-rw-r--r--ufund-ui/src/app/funding-basket/funding-basket.component.ts11
4 files changed, 0 insertions, 35 deletions
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.css b/ufund-ui/src/app/funding-basket/funding-basket.component.css
deleted file mode 100644
index e69de29..0000000
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.css
+++ /dev/null
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.html b/ufund-ui/src/app/funding-basket/funding-basket.component.html
deleted file mode 100644
index 3fb2b5b..0000000
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.html
+++ /dev/null
@@ -1 +0,0 @@
-<p>funding-basket works!</p>
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts b/ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts
deleted file mode 100644
index 1cdd9d2..0000000
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { FundingBasketComponent } from './funding-basket.component';
-
-describe('FundingBasketComponent', () => {
- let component: FundingBasketComponent;
- let fixture: ComponentFixture<FundingBasketComponent>;
-
- beforeEach(async () => {
- await TestBed.configureTestingModule({
- declarations: [FundingBasketComponent]
- })
- .compileComponents();
-
- fixture = TestBed.createComponent(FundingBasketComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
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 {
-
-}