diff options
Diffstat (limited to 'frontend/src/app/_pages/my-models')
-rw-r--r-- | frontend/src/app/_pages/my-models/my-models.component.css | 12 | ||||
-rw-r--r-- | frontend/src/app/_pages/my-models/my-models.component.spec.ts | 25 |
2 files changed, 0 insertions, 37 deletions
diff --git a/frontend/src/app/_pages/my-models/my-models.component.css b/frontend/src/app/_pages/my-models/my-models.component.css deleted file mode 100644 index 19d29595..00000000 --- a/frontend/src/app/_pages/my-models/my-models.component.css +++ /dev/null @@ -1,12 +0,0 @@ -button{ - margin-left: 5%; - margin-right: 5%; -} -#header { - background-color: #003459; - padding-top: 20px; - padding-bottom: 15px; - text-align: center; - color: white; - border-radius: 5px; -}
\ No newline at end of file diff --git a/frontend/src/app/_pages/my-models/my-models.component.spec.ts b/frontend/src/app/_pages/my-models/my-models.component.spec.ts deleted file mode 100644 index e431d04c..00000000 --- a/frontend/src/app/_pages/my-models/my-models.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { MyModelsComponent } from './my-models.component'; - -describe('MyModelsComponent', () => { - let component: MyModelsComponent; - let fixture: ComponentFixture<MyModelsComponent>; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ MyModelsComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(MyModelsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); |