;
-
- beforeEach(waitForAsync(() => {
- TestBed.configureTestingModule({
- declarations: [ CreateTaskComponent ],
- imports: [IonicModule.forRoot()]
- }).compileComponents();
-
- fixture = TestBed.createComponent(CreateTaskComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- }));
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/src/app/pages/gabinete-digital/create-task/create-task.component.ts b/src/app/pages/gabinete-digital/create-task/create-task.component.ts
deleted file mode 100644
index 19dbd3db8..000000000
--- a/src/app/pages/gabinete-digital/create-task/create-task.component.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'app-create-task',
- templateUrl: './create-task.component.html',
- styleUrls: ['./create-task.component.scss'],
-})
-export class CreateTaskComponent implements OnInit {
-
- constructor() { }
-
- ngOnInit() {}
-
-}
diff --git a/src/app/pages/gabinete-digital/diplomas-assinar/diplomas-assinar.page.html b/src/app/pages/gabinete-digital/diplomas-assinar/diplomas-assinar.page.html
index 776e45e90..737d24541 100644
--- a/src/app/pages/gabinete-digital/diplomas-assinar/diplomas-assinar.page.html
+++ b/src/app/pages/gabinete-digital/diplomas-assinar/diplomas-assinar.page.html
@@ -18,7 +18,7 @@
-
+
-
+
diff --git a/src/app/shared/btn-seguinte/btn-seguinte.module.ts b/src/app/shared/btn-seguinte/btn-seguinte.module.ts
index 8bcb566c7..6b635eaac 100644
--- a/src/app/shared/btn-seguinte/btn-seguinte.module.ts
+++ b/src/app/shared/btn-seguinte/btn-seguinte.module.ts
@@ -7,7 +7,6 @@ import { IonicModule } from '@ionic/angular';
import { BtnSeguintePageRoutingModule } from './btn-seguinte-routing.module';
import { BtnSeguintePage } from './btn-seguinte.page';
-
@NgModule({
imports: [
CommonModule,