Skip to content

Commit

Permalink
remove correspondence component
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 15, 2023
1 parent 1eeafa0 commit 3721c26
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 804 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -41,7 +41,6 @@ import { PublishedLetterComponent } from './resource/publishedLetter/publishedLe
// directives
import { MathJaxDirective } from './directives/mathjax.directive';
// Loads the application configuration file during application startup
import { CorrespondenceComponent } from './correspondence/correspondence.component';
import { ContactComponent } from './contact/contact.component';

import { ReactiveFormsModule } from '@angular/forms';
Expand Down Expand Up @@ -82,7 +81,6 @@ import { LeceLeooComponent } from './lece-leoo/lece-leoo.component';
LeibnizLetterComponent,
ReadListValueComponent,
ReadTextValueAsHtmlComponent,
CorrespondenceComponent,
ContactComponent,
MathJaxDirective,
LeooRouteComponent,
Expand Down
5 changes: 0 additions & 5 deletions src/app/app.routing.ts
Expand Up @@ -10,7 +10,6 @@ import { PublisherComponent } from './resource/publisher/publisher.component';
import { PublishedLetterComponent } from './resource/publishedLetter/publishedLetter.component';
import { ResourceComponent } from './resource/resource.component';
import { SimpleResourceComponent } from './resource/simpleResource/simpleResource.component';
import { CorrespondenceComponent } from './correspondence/correspondence.component';
import { ContactComponent } from './contact/contact.component';
import { EndnoteComponent } from './resource/endnote/endnote.component';
import { LeooRouteComponent } from './leoo-route/leoo-route.component';
Expand Down Expand Up @@ -40,10 +39,6 @@ const appRoutes: Routes = [
path: 'introduction/:project/:id',
component: IntroductionComponent
},
{
path: 'correspondence/:project',
component: CorrespondenceComponent,
},
{
path: 'leooIVA_IV_intro',
component: LeceLeooComponent
Expand Down
91 changes: 0 additions & 91 deletions src/app/correspondence/correspondence.component.html

This file was deleted.

26 changes: 0 additions & 26 deletions src/app/correspondence/correspondence.component.scss

This file was deleted.

39 changes: 0 additions & 39 deletions src/app/correspondence/correspondence.component.spec.ts

This file was deleted.

0 comments on commit 3721c26

Please sign in to comment.