Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pa165 Ice Hockey Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomáš Madeja
pa165 Ice Hockey Manager
Commits
c8b295af
There was an error fetching the commit references. Please try again later.
Commit
c8b295af
authored
3 years ago
by
Erik Moravec
Browse files
Options
Downloads
Patches
Plain Diff
refactor: removed unused imports
parent
1edc317d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/src/app/app.component.ts
+0
-2
0 additions, 2 deletions
web/src/app/app.component.ts
with
0 additions
and
2 deletions
web/src/app/app.component.ts
+
0
−
2
View file @
c8b295af
import
{
Component
}
from
'
@angular/core
'
;
import
{
MatDialog
,
MatDialogConfig
}
from
'
@angular/material/dialog
'
;
import
{
Observable
,
of
}
from
'
rxjs
'
;
import
{
mergeMap
}
from
'
rxjs/operators
'
;
import
{
LogInDialogComponent
}
from
'
./components/log-in-dialog/log-in-dialog.component
'
;
import
{
AuthServiceService
}
from
'
./services/auth-service.service
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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