Skip to content

Commit

Permalink
Use consistent naming between the scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 15, 2023
1 parent e220ac4 commit 72237eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Component from '@glimmer/component';

export class AComponent extends Component {
export class CoLocated extends Component {
get someGetter() {
return 'someGetter';
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Component from '@glimmer/component';

export class AComponent extends Component {
export class NoTemplate extends Component {
get someGetter() {
return 'someGetter';
}
Expand Down

0 comments on commit 72237eb

Please sign in to comment.