Skip to content

Commit 292292c

Browse files
committed
Fix
1 parent 8c3f776 commit 292292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { CommonModule } from '@angular/common';
2727
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
2828
import { CarouselComponent } from './components/carousel/carousel.component';
2929
import { EditNewComponent } from './components/Admin/editNew.component';
30-
import { EditNewFormComponent } from './components/Admin/editNewForm.component'
30+
import { EditNewFormComponent } from './components/admin/editNewForm.component'
3131

3232
import { AboutComponent } from './components/about/about.component';
3333
import { VideogameRecommendedComponent } from './components/videogame-recommended/videogame-recommended.component';

0 commit comments

Comments
 (0)