Skip to content

Commit

Permalink
chore: move footer component into subfolder in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Aug 15, 2024
1 parent 76554e6 commit 9ee59db
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component } from '@angular/core'
import { RouterModule } from '@angular/router'
import { NavbarComponent } from './shared/navigation/navbar/navbar.component'
import { DisclaimerComponent } from './shared/navigation/disclaimer/disclaimer.component'
import { FooterComponent } from './shared/footer/footer.component'
import { FooterComponent } from './shared/navigation/footer/footer.component'

@Component({
standalone: true,
Expand Down

0 comments on commit 9ee59db

Please sign in to comment.