-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix relative import #4096
Conversation
Here is an overview of what got changed by this pull request: Issues
======
+ Solved 5
See the complete overview on Codacy |
Codecov Report
@@ Coverage Diff @@
## development #4096 +/- ##
============================================
Coverage 21.88% 21.88%
============================================
Files 451 451
Lines 4729 4729
============================================
Hits 1035 1035
Misses 3694 3694 Continue to review full report at Codecov.
|
@@ -1,4 +1,4 @@ | |||
import '../extensions/ember-table/component'; | |||
import 'open-event-frontend/extensions/ember-table/component'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure there should not be initialisers
before the extension in here @maze-runnar ?
Fixes #4015
Checklist
development
branch.