Skip to content

Commit

Permalink
Update app.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Carpenteri1 authored Sep 25, 2024
1 parent db5a158 commit adb80b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component } from '@angular/core';
import { BasicComponent } from '../Components/basicComponent/basic.component';
import { BasicComponent } from '../Components/BasicComponent/basic.component';
import { HeaderComponent } from "../Components/headerComponent/header.component";

@Component({
Expand Down

0 comments on commit adb80b5

Please sign in to comment.