Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
760b1e0d
Commit
760b1e0d
authored
6 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Remove imports of components which not exists anymore
parent
e79b01a4
1 merge request
!139
Resolve "Various improvements"
Pipeline
#23840
passed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/shared/shared.module.ts
+1
-6
1 addition, 6 deletions
src/app/components/shared/shared.module.ts
with
1 addition
and
6 deletions
src/app/components/shared/shared.module.ts
+
1
−
6
View file @
760b1e0d
...
...
@@ -4,7 +4,6 @@ import { CommentListComponent } from './comment-list/comment-list.component';
import
{
ContentGroupsComponent
}
from
'
./content-groups/content-groups.component
'
;
import
{
FeedbackBarometerPageComponent
}
from
'
./feedback-barometer-page/feedback-barometer-page.component
'
;
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
{
RoomListComponent
}
from
'
./room-list/room-list.component
'
;
...
...
@@ -22,7 +21,6 @@ import { RoomJoinComponent } from './room-join/room-join.component';
import
{
RoomCreateComponent
}
from
'
./_dialogs/room-create/room-create.component
'
;
import
{
LoginComponent
}
from
'
./login/login.component
'
;
import
{
StatisticHelpComponent
}
from
'
./_dialogs/statistic-help/statistic-help.component
'
;
import
{
ImprintComponent
}
from
'
./imprint/imprint.component
'
;
@
NgModule
({
imports
:
[
...
...
@@ -42,7 +40,6 @@ import { ImprintComponent } from './imprint/imprint.component';
ContentDeleteComponent
,
FeedbackBarometerPageComponent
,
FooterComponent
,
FooterImprintComponent
,
FeedbackBarometerPageComponent
,
CommentCreatePageComponent
,
CommentListComponent
,
...
...
@@ -51,8 +48,7 @@ import { ImprintComponent } from './imprint/imprint.component';
StatisticComponent
,
RoomCreateComponent
,
LoginComponent
,
StatisticHelpComponent
,
ImprintComponent
StatisticHelpComponent
],
exports
:
[
RoomJoinComponent
,
...
...
@@ -65,7 +61,6 @@ import { ImprintComponent } from './imprint/imprint.component';
ContentDeleteComponent
,
FeedbackBarometerPageComponent
,
FooterComponent
,
FooterImprintComponent
,
FeedbackBarometerPageComponent
,
CommentCreatePageComponent
,
CommentListComponent
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment