-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend from glimmer component for octane blueprint
Fix #17701.
- Loading branch information
1 parent
344fc7e
commit d85e776
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
blueprints/component/native-files/__root__/__path__/__name__.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Component from '@ember/component'; | ||
import Component from '@glimmer/component'; | ||
<%= importTemplate %> | ||
export default class <%= classifiedModuleName %>Component extends Component {<%= contents %> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Component from '@ember/component'; | ||
import Component from '@glimmer/component'; | ||
|
||
export default class XFooComponent extends Component { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Component from '@ember/component'; | ||
import Component from '@glimmer/component'; | ||
|
||
export default class FooXFooComponent extends Component { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Component from '@ember/component'; | ||
import Component from '@glimmer/component'; | ||
|
||
export default class FooComponent extends Component { | ||
} |