Skip to content
Snippets Groups Projects
Commit 7a6d7649 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix duplicate declaration of room-join

parent ab9a7e0e
No related merge requests found
......@@ -7,7 +7,6 @@ import { FooterComponent } from './footer/footer.component';
import { FooterImprintComponent } from './footer-imprint/footer-imprint.component';
import { HeaderComponent } from './header/header.component';
import { PageNotFoundComponent } from './page-not-found/page-not-found.component';
import { RoomJoinComponent } from '../home/room-join/room-join.component';
import { RoomListComponent } from './room-list/room-list.component';
import { RoomPageComponent } from './room-page/room-page.component';
import { StatisticsPageComponent } from './statistics-page/statistics-page.component';
......@@ -28,7 +27,6 @@ import { StatisticComponent } from './statistic/statistic.component';
SharedRoutingModule
],
declarations: [
RoomJoinComponent,
PageNotFoundComponent,
RoomPageComponent,
RoomListComponent,
......@@ -47,7 +45,6 @@ import { StatisticComponent } from './statistic/statistic.component';
StatisticComponent
],
exports: [
RoomJoinComponent,
PageNotFoundComponent,
RoomPageComponent,
RoomListComponent,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment