DEV: prep for gjs conversion: rename .js -> .gjs

Some of these files are quite small, and if we rename them in the same
commit where we inlined the template, Git may choose to see them as
different files. This commit forces Git to recognize the rename, which
will preserve the lineage of the refactored files.
This commit is contained in:
Godfrey Chan
2023-11-13 09:52:49 -08:00
committed by David Taylor
parent 016e91380c
commit e1f74fcb4b
61 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}

View File

@ -0,0 +1,4 @@
import Component from "@glimmer/component";
export default class extends Component {
}