Skip to content

Commit

Permalink
Convert to .gts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Oct 2, 2023
1 parent 3f46b8d commit 0289bba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ interface EmptyStateTextComponentSignature {
Blocks: {};
}

export default class EmptyStateTextComponent extends Component<EmptyStateTextComponentSignature> {}
export default class EmptyStateTextComponent extends Component<EmptyStateTextComponentSignature> {
<template>
<span class="empty-state-text text-color-foreground-disabled" ...attributes>
{{or @value "None"}}
</span>
</template>
}

declare module "@glint/environment-ember-loose/registry" {
export default interface Registry {
Expand Down
3 changes: 0 additions & 3 deletions web/app/components/empty-state-text.hbs

This file was deleted.

2 changes: 1 addition & 1 deletion web/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
content: ["./app/**/*.{html,js,hbs}"],
content: ["./app/**/*.{html,js,hbs,gts}"],
theme: {
fontSize: {
"display-500": [
Expand Down

0 comments on commit 0289bba

Please sign in to comment.